summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-08-21 17:55:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-08-21 17:55:48 +0000
commit824fc22a6d27d75a6daf03e549fa72e8d9726335 (patch)
tree3edb080712eeed6dd8634fcbdac9e6e9237c1cbe
parentc9f062e0e33eb618fe1780375d83b5835b3d6256 (diff)
Remove /usr/bin/mkfifo link -- mkfifo has lived in /sbin for several
releases now.
-rw-r--r--sbin/mknod/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile
index d163a7b237a..7d6a88c0cc5 100644
--- a/sbin/mknod/Makefile
+++ b/sbin/mknod/Makefile
@@ -1,10 +1,7 @@
-# $OpenBSD: Makefile,v 1.4 1999/04/18 19:40:41 millert Exp $
+# $OpenBSD: Makefile,v 1.5 2001/08/21 17:55:47 millert Exp $
PROG= mknod
MAN= mknod.8 mkfifo.1
LINKS= ${BINDIR}/mknod ${BINDIR}/mkfifo
.include <bsd.prog.mk>
-
-beforeinstall:
- ln -f -s ../../sbin/mknod ${DESTDIR}/usr/bin/mkfifo