typo
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Fri, 9 Jan 1987 14:55:05 +0000 (06:55 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Fri, 9 Jan 1987 14:55:05 +0000 (06:55 -0800)
SCCS-vsn: sbin/newfs/Makefile 7.2

usr/src/sbin/newfs/Makefile

index 1b9591b..01a1ad0 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    7.1 (Berkeley) %G%
+#      @(#)Makefile    7.2 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -14,8 +14,8 @@ OBJS= newfs.o mkfs.o
 
 all: newfs
 
 
 all: newfs
 
-newfs: ${OBJS}}
-       cc ${LDFLAGS} ${CFLAGS} -o newfs ${OBJS}}
+newfs: ${OBJS}
+       cc ${LDFLAGS} ${CFLAGS} -o newfs ${OBJS}
 
 install: all
        install -s newfs ${DESTDIR}/etc/newfs
 
 install: all
        install -s newfs ${DESTDIR}/etc/newfs