]> git.cameronkatri.com Git - apple_cmds.git/blob - system_cmds/getty.tproj/Makefile
md5: Don't symlink non working bins, setuid appropriate bins
[apple_cmds.git] / system_cmds / getty.tproj / Makefile
1 PROG= getty
2 MAN= getty.8 gettytab.5 ttys.5
3 SRCS= chat.c init.c main.c subr.c
4
5 LDADD+=-liosexec
6
7 BINDIR=/usr/libexec
8
9 .include <bsd.prog.mk>