diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-18 19:40:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-18 19:40:42 +0000 |
commit | 4d9f93dd72e2e01f1a67a9921877781abbdba645 (patch) | |
tree | 1f35d0a77aa42378c5028aec45d0fec4e98dca97 /sbin/mknod/Makefile | |
parent | e5c20e136bcb15eb3420a59a8c1e38f3210e6171 (diff) |
merge mknod and mkfifo, support 'p' in mknod
Diffstat (limited to 'sbin/mknod/Makefile')
-rw-r--r-- | sbin/mknod/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index 0649c92d29d..d163a7b237a 100644 --- a/sbin/mknod/Makefile +++ b/sbin/mknod/Makefile @@ -1,6 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:36:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1999/04/18 19:40:41 millert Exp $ PROG= mknod -MAN= mknod.8 +MAN= mknod.8 mkfifo.1 +LINKS= ${BINDIR}/mknod ${BINDIR}/mkfifo .include <bsd.prog.mk> + +beforeinstall: + ln -f -s ../../sbin/mknod ${DESTDIR}/usr/bin/mkfifo |