aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/getty.tproj/Makefile
blob: cabee33e0af7d5afc6bc422a6b20b5f12b7eaf80 (plain) (blame)
1
2
3
4
5
6
7
8
9
PROG=	getty
MAN=	getty.8 gettytab.5 ttys.5
SRCS=	chat.c init.c main.c subr.c

LDADD+=-liosexec

BINDIR=/usr/libexec

.include <bsd.prog.mk>