diff options
author | 1996-06-29 19:25:09 +0000 | |
---|---|---|
committer | 1996-06-29 19:25:09 +0000 | |
commit | 854ab1f66a1f1220cab8baf8e14caf488526bb9f (patch) | |
tree | 7a0ac25224440c52910d8d62daab29ce8807a387 | |
parent | option not options (diff) | |
download | wireguard-openbsd-854ab1f66a1f1220cab8baf8e14caf488526bb9f.tar.xz wireguard-openbsd-854ab1f66a1f1220cab8baf8e14caf488526bb9f.zip |
correct link names.
-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 0e51d55e6d2..acae75d4b35 100644 --- a/sbin/ncheck_ffs/Makefile +++ b/sbin/ncheck_ffs/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/25 04:45:00 tholo Exp $ +# $OpenBSD: Makefile,v 1.3 1996/06/29 19:25:09 mickey Exp $ PROG= ncheck_ffs MAN= ncheck_ffs.8 -LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs +LINKS= ${BINDIR}/ncheck_ffs ${BINDIR}/ncheck MLINKS= ncheck_ffs.8 ncheck.8 .include <bsd.prog.mk> |