summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2003-11-19 14:27:53 +0000
committerDimitri Sokolyuk <demon@dim13.org>2003-11-19 14:27:53 +0000
commit3e6d6b8ff2a1c837589a0e711325c3eaa3d17679 (patch)
treeb880afc7c1550e1341c4da83277bf584853f3aa5 /Makefile
initial import
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..294ac2d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+PROG= pl_calc
+NOMAN= noman
+
+. include <bsd.prog.mk>