]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - bin/stty/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / bin / stty / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   stty
5 SRCS=   cchar.c gfmt.c key.c modes.c print.c stty.c util.c
6
7 .include <bsd.prog.mk>