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/enigma/Makefile | |
parent | 2bbc414f5213e098c54d3ef1bd9735eb1aeed646 (diff) | |
download | src-91bd71d2060cd302015f7dd6e7b891014552dba4.tar.gz src-91bd71d2060cd302015f7dd6e7b891014552dba4.zip |
Notes
Diffstat (limited to 'usr.bin/enigma/Makefile')
-rw-r--r-- | usr.bin/enigma/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile index a87672b47e68..878b4d1ba8ad 100644 --- a/usr.bin/enigma/Makefile +++ b/usr.bin/enigma/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= enigma -WARNS?= 2 LINKS= ${BINDIR}/enigma ${BINDIR}/crypt MLINKS= enigma.1 crypt.1 |