diff options
Diffstat (limited to 'sbin/ncheck_ffs/Makefile')
-rw-r--r-- | sbin/ncheck_ffs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ncheck_ffs/Makefile b/sbin/ncheck_ffs/Makefile index 4017948d06c..0e51d55e6d2 100644 --- a/sbin/ncheck_ffs/Makefile +++ b/sbin/ncheck_ffs/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 1996/06/25 04:43:44 tholo Exp $ +# $OpenBSD: Makefile,v 1.2 1996/06/25 04:45:00 tholo Exp $ PROG= ncheck_ffs MAN= ncheck_ffs.8 LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs -MLINK= ncheck_ffs.8 ncheck.8 +MLINKS= ncheck_ffs.8 ncheck.8 .include <bsd.prog.mk> |