summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/ctm_scan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ctm/ctm_scan/Makefile')
-rw-r--r--usr.sbin/ctm/ctm_scan/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/usr.sbin/ctm/ctm_scan/Makefile b/usr.sbin/ctm/ctm_scan/Makefile
index 80f3144..6230e6d 100644
--- a/usr.sbin/ctm/ctm_scan/Makefile
+++ b/usr.sbin/ctm/ctm_scan/Makefile
@@ -1,5 +1,15 @@
-
-PROG= ctm_scan
-LDFLAGS+= -lmd
-NOMAN= 1
+#
+# ----------------------------------------------------------------------------
+# "THE BEER-WARE LICENSE" (Revision 42):
+# <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you
+# can do whatever you want with this stuff. If we meet some day, and you think
+# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
+# ----------------------------------------------------------------------------
+#
+# $Id$
+#
+PROG= ctm_scan
+LDADD+= -lmd
+NOMAN= 1
+CFLAGS+= -Wall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud