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

BINDIR=/bin

.include <bsd.prog.mk>