1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00
freebsd/libexec/getty/Makefile
1994-08-26 05:19:17 +00:00

11 lines
186 B
Makefile

# @(#)Makefile 5.12 (Berkeley) 1/21/91
PROG= getty
SRCS= main.c init.c subr.c gettytab.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN5= gettytab.5 ttys.5
MAN8= getty.8
.include <bsd.prog.mk>