NetBSD/sys/arch/amiga/stand/binpatch/Makefile

10 lines
144 B
Makefile
Raw Normal View History

1996-09-27 07:23:12 +04:00
# $NetBSD: Makefile,v 1.6 1996/09/27 03:23:12 chopps Exp $
1994-02-11 10:00:37 +03:00
PROG=binpatch
1994-12-22 13:44:04 +03:00
MAN=binpatch.8
1996-09-27 07:23:12 +04:00
BINDIR=/sbin
LDFLAGS+=-static
.include <bsd.prog.mk>