summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2001-06-15 23:25:22 +0000
committerEric Melville <eric@FreeBSD.org>2001-06-15 23:25:22 +0000
commita70bac9d696cb65b071be8d6df164f93b425462c (patch)
tree155c64644acf896109faeef56e45e4cd4eb89c94
parente9370a2e59648a97d70bd008b7d8ad1124cc5f56 (diff)
Notes
-rw-r--r--usr.bin/enigma/Makefile1
-rw-r--r--usr.bin/enigma/enigma.c5
2 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile
index 74a1a699f62e..878b4d1ba8ad 100644
--- a/usr.bin/enigma/Makefile
+++ b/usr.bin/enigma/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= enigma
-CFLAGS+=-Wall
LINKS= ${BINDIR}/enigma ${BINDIR}/crypt
MLINKS= enigma.1 crypt.1
diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c
index 3b1560c3b5f9..87ed65389ec8 100644
--- a/usr.bin/enigma/enigma.c
+++ b/usr.bin/enigma/enigma.c
@@ -10,6 +10,11 @@
* Upgraded to function properly on 64-bit machines.
*/
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif /* not lint */
+
#include <sys/types.h>
#include <sys/wait.h>