split date.c into date.c and netdate.c
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 5 Dec 1990 14:06:59 +0000 (06:06 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 5 Dec 1990 14:06:59 +0000 (06:06 -0800)
SCCS-vsn: bin/date/Makefile 5.3

usr/src/bin/date/Makefile

index 2bc0aad..725ddd0 100644 (file)
@@ -1,6 +1,7 @@
-#      @(#)Makefile    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 
 PROG=  date
 
 PROG=  date
+SRCS=  date.c netdate.c
 DPADD= ${LIBUTIL}
 LDADD= -lutil
 
 DPADD= ${LIBUTIL}
 LDADD= -lutil