summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/deroff/Makefile
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-03-08 01:29:09 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-03-08 01:29:09 +0000
commit605d70ec7f929ff8e901000dec803dc51e9cb9f8 (patch)
tree3579ac97a7fca31e3f19a63f58ab9147dc49be92 /gnu/usr.bin/deroff/Makefile
parent01c05f1c4ffc5e93bf29b097808d804d3ece0a60 (diff)
Debian 1.0 deroff
Diffstat (limited to 'gnu/usr.bin/deroff/Makefile')
-rw-r--r--gnu/usr.bin/deroff/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.bin/deroff/Makefile b/gnu/usr.bin/deroff/Makefile
new file mode 100644
index 00000000000..454294ac530
--- /dev/null
+++ b/gnu/usr.bin/deroff/Makefile
@@ -0,0 +1,9 @@
+# $OpenBSD: Makefile,v 1.1 1997/03/08 01:29:07 kstailey Exp $
+
+PROG= deroff
+SRCS= deroff.l
+LDADD+= -ll
+LFLAGS= -8
+CLEANFILES+= deroff.c
+
+.include <bsd.prog.mk>