diff options
Diffstat (limited to 'sbin/mknod')
-rw-r--r-- | sbin/mknod/Makefile | 5 |
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 |