break out path routines
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 4 Apr 1991 02:25:37 +0000 (18:25 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 4 Apr 1991 02:25:37 +0000 (18:25 -0800)
SCCS-vsn: bin/cp/Makefile 5.3

usr/src/bin/cp/Makefile

index 8c2374b..ada0560 100644 (file)
@@ -1,5 +1,6 @@
-#      @(#)Makefile    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 
 PROG=  cp
 
 PROG=  cp
+SRCS=  cp.c path.c
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>