diff options
author | Mark Murray <markm@FreeBSD.org> | 2002-02-08 22:31:43 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2002-02-08 22:31:43 +0000 |
commit | 91bd71d2060cd302015f7dd6e7b891014552dba4 (patch) | |
tree | aa16787e0c6c78a7e6e414ce1af3f40bac42f8e5 /usr.bin/mkfifo/Makefile | |
parent | 2bbc414f5213e098c54d3ef1bd9735eb1aeed646 (diff) | |
download | src-test2-91bd71d2060cd302015f7dd6e7b891014552dba4.tar.gz src-test2-91bd71d2060cd302015f7dd6e7b891014552dba4.zip |
Notes
Diffstat (limited to 'usr.bin/mkfifo/Makefile')
-rw-r--r-- | usr.bin/mkfifo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/mkfifo/Makefile b/usr.bin/mkfifo/Makefile index 719c52003a5d..30f013ecea41 100644 --- a/usr.bin/mkfifo/Makefile +++ b/usr.bin/mkfifo/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= mkfifo -WARNS?= 2 .include <bsd.prog.mk> |