diff options
| author | leo <leo@NetBSD.org> | 1995-03-26 07:12:03 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 1995-03-26 07:12:03 +0000 |
| commit | 8b0113cfceadf3ee3bc427c4680b6b46bb57ceea (patch) | |
| tree | 2a5b7db0400149a733175c4b1a56774b2d4c1eb7 /sys/arch/atari/stand/binpatch/Makefile | |
| parent | 282052c7a8346370f47965457329f3b0b3fa01b7 (diff) | |
NetBSD/Atari, port by Leo Weppelman.
Diffstat (limited to 'sys/arch/atari/stand/binpatch/Makefile')
| -rw-r--r-- | sys/arch/atari/stand/binpatch/Makefile | 9 |
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> |
