]> git.cameronkatri.com Git - apple_cmds.git/blob - adv_cmds/stty/Makefile
adv_cmds: All but pkill compiling
[apple_cmds.git] / adv_cmds / stty / Makefile
1 PROG= stty
2 SRCS= cchar.c \
3 gfmt.c \
4 key.c \
5 modes.c \
6 print.c \
7 stty.c \
8 util.c
9
10 .include <bsd.prog.mk>