summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ncal/Makefile')
-rw-r--r--usr.bin/ncal/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile
new file mode 100644
index 0000000..7d0212c
--- /dev/null
+++ b/usr.bin/ncal/Makefile
@@ -0,0 +1,13 @@
+# $Id$
+PROG= ncal
+SRCS= ncal.c
+
+CFLAGS+= -Wall -Wmissing-prototypes -fstrict-prototypes -ansi -pedantic
+
+DPADD+= ${LIBCALENDAR}
+LDADD+= -lcalendar
+
+LINKS= ${BINDIR}/ncal ${BINDIR}/cal
+MLINKS= ncal.1 cal.1
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud