diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-18 19:45:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-18 19:45:19 +0000 |
commit | 5b95fbdd79989b4eb07bb1bbe5306e34b2a20ce8 (patch) | |
tree | 9c84b0e987779865295c0153c49fa0f6f76007e4 /usr.bin | |
parent | 74d6df07a07867d6420f20d206153bc0ba26b8aa (diff) |
no more mkfifo
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 678aa5ddf42..540d89e41b6 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 1999/03/06 20:19:17 millert Exp $ +# $OpenBSD: Makefile,v 1.57 1999/04/18 19:45:18 millert Exp $ .include <bsd.own.mk> @@ -9,7 +9,7 @@ SUBDIR= apply apropos arch asa at aucat audioctl awk banner basename bdes biff \ fold from fsplit fstat ftp gencat getconf getopt gprof head hexdump \ id indent infocmp ipcrm ipcs join jot kdump ktrace lam last lastcomm \ leave less lex lndir locate lock logger login logname look lorder m4 \ - machine mail make man mesg midiplay mixerctl mkdep mkfifo mkstr \ + machine mail make man mesg midiplay mixerctl mkdep mkstr \ mktemp modstat msgs nc netstat newsyslog \ nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \ printf quota rdist rdistd readlink renice rev rlogin rpcgen rpcinfo rs \ |