# @(#)Makefile 5.7 (Berkeley) 05/11/90 PROG= getty SRCS= main.c init.c subr.c gettytab.c get_date.c MAN5= gettytab.0 ttys.0 MAN8= getty.0 beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gettytab \ ${DESTDIR}/etc/gettytab .include