]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/stty/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>