pascal is renamed to utilities
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 4 Feb 1983 10:07:02 +0000 (02:07 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 4 Feb 1983 10:07:02 +0000 (02:07 -0800)
SCCS-vsn: usr.bin/pascal/Makefile 1.2

usr/src/usr.bin/pascal/Makefile

index 5ae7dd9..686edd0 100644 (file)
@@ -1,11 +1,11 @@
-#      @(#)Makefile    1.1     (Berkeley)      %G%
+#      @(#)Makefile    1.2     (Berkeley)      %G%
 #
 DESTDIR=
 CFLAGS=        -O
 
 # Programs that live in subdirectories, and have makefiles of their own.
 #
 #
 DESTDIR=
 CFLAGS=        -O
 
 # Programs that live in subdirectories, and have makefiles of their own.
 #
-SUBDIR=        pi pc0 px pxp pdx pascal
+SUBDIR=        pi pc0 px pxp pdx utilities
 
 all:   ${SUBDIR}
 
 
 all:   ${SUBDIR}