freebsd-nq/libexec/getty/Makefile
Bruce Evans 33a0249fad Import Lite2's src/libexec, except for makekey (which was spammed
by a repository copy from 1.1.5 and patched back to Lite1) and
rbootd/bootdir/SYSHPBSD (which is binary).  All changed files have
already left the vendor branch.
1997-08-02 18:46:42 +00:00

11 lines
185 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= getty
SRCS= main.c init.c subr.c ttydefaults.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN5= gettytab.0 ttys.0
MAN8= getty.0
.include <bsd.prog.mk>