add cpio to subdirectory list
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 8 Jun 1988 06:49:18 +0000 (22:49 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 8 Jun 1988 06:49:18 +0000 (22:49 -0800)
SCCS-vsn: bin/Makefile 5.27

usr/src/bin/Makefile

index dcdf6b4..4864f3f 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.26    (Berkeley)      %G%
+#      @(#)Makefile    5.27    (Berkeley)      %G%
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -11,7 +11,7 @@ LIBC= /lib/libc.a
 
 # Programs that live in subdirectories, and have makefiles of their own.
 #
 
 # Programs that live in subdirectories, and have makefiles of their own.
 #
-SUBDIR=        adb as awk csh diff make passwd sed sh tp
+SUBDIR=        adb as awk cpio csh diff make passwd sed sh tp
 
 # Shell scripts that need only be installed and are never removed.
 #
 
 # Shell scripts that need only be installed and are never removed.
 #