aboutsummaryrefslogtreecommitdiffstats
path: root/adv_cmds/stty/Makefile
blob: ca4cb9fa8389eb0ff0f3efc4cd718742744fdcf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PROG=	stty
SRCS=	cchar.c \
	gfmt.c \
	key.c \
	modes.c \
	print.c \
	stty.c \
	util.c

.include <bsd.prog.mk>