hold DTR down for at least two seconds (from muller@nprdc.arpa)
[unix-history] / usr / src / libexec / getty / Makefile
index 4e16d58..f0aa104 100644 (file)
@@ -1,8 +1,13 @@
-#      Makefile        4.1     83/07/06
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
-OBJS=  main.o init.o subr.o gettytab.o
+OBJS=  main.o init.o subr.o gettytab.o get_date.o
 
 all:   getty
 
 
 all:   getty
 
@@ -11,6 +16,7 @@ getty:        ${OBJS}
 
 install: all
        install -s getty ${DESTDIR}/etc/getty
 
 install: all
        install -s getty ${DESTDIR}/etc/getty
+       install -c -m 444 gettytab ${DESTDIR}/etc/gettytab
 
 clean:
        rm -f getty ${OBJS} a.out core errs
 
 clean:
        rm -f getty ${OBJS} a.out core errs