wrong link order
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 25 May 1990 07:43:32 +0000 (23:43 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 25 May 1990 07:43:32 +0000 (23:43 -0800)
SCCS-vsn: sbin/newfs/Makefile 7.12

usr/src/sbin/newfs/Makefile

index dc1a233..f7181e7 100644 (file)
@@ -1,10 +1,10 @@
-#      @(#)Makefile    7.11 (Berkeley) %G%
+#      @(#)Makefile    7.12 (Berkeley) %G%
 
 PROG=  newfs
 CFLAGS+=-DMFS
 SRCS=  newfs.c mkfs.c
 MAN8=  newfs.0
 LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
 
 PROG=  newfs
 CFLAGS+=-DMFS
 SRCS=  newfs.c mkfs.c
 MAN8=  newfs.0
 LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
-MLINKS=        mfs.8 newfs.8
+MLINKS=        newfs.8 mfs.8
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>