summaryrefslogtreecommitdiffstats
path: root/common/diet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'common/diet/Makefile')
-rw-r--r--common/diet/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/common/diet/Makefile b/common/diet/Makefile
new file mode 100644
index 00000000..8eb76a43
--- /dev/null
+++ b/common/diet/Makefile
@@ -0,0 +1,16 @@
+# $Id$
+
+MKLINT:=no
+MKPROFILE:=no
+MKPIC:=no
+NOGCCERROR:=yes
+
+SRCROOT:= ../..
+.include "$(SRCROOT)/pttbbs.mk"
+
+SRCS:= alloc.c random.c time.c
+LIB:= cmdiet
+
+install:
+
+.include <bsd.lib.mk>