summaryrefslogtreecommitdiff
path: root/sys/arch/atari/stand/binpatch/Makefile
diff options
context:
space:
mode:
authorleo <leo@NetBSD.org>1995-03-26 07:12:03 +0000
committerleo <leo@NetBSD.org>1995-03-26 07:12:03 +0000
commit8b0113cfceadf3ee3bc427c4680b6b46bb57ceea (patch)
tree2a5b7db0400149a733175c4b1a56774b2d4c1eb7 /sys/arch/atari/stand/binpatch/Makefile
parent282052c7a8346370f47965457329f3b0b3fa01b7 (diff)
NetBSD/Atari, port by Leo Weppelman.
Diffstat (limited to 'sys/arch/atari/stand/binpatch/Makefile')
-rw-r--r--sys/arch/atari/stand/binpatch/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/atari/stand/binpatch/Makefile b/sys/arch/atari/stand/binpatch/Makefile
new file mode 100644
index 00000000000..868b6a0fd7c
--- /dev/null
+++ b/sys/arch/atari/stand/binpatch/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1.1.1 1995/03/26 07:12:05 leo Exp $
+
+PROG=binpatch
+MAN8=binpatch.0
+
+BINDIR=/sbin
+LDFLAGS+=-static
+
+.include <bsd.prog.mk>