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

10 lines
141 B
Makefile
Raw Normal View History

1994-12-22 13:44:04 +03:00
# $NetBSD: Makefile,v 1.4 1994/12/22 10:47:08 cgd Exp $
1994-02-11 10:00:37 +03:00
PROG=binpatch
1994-12-22 13:44:04 +03:00
MAN=binpatch.8
BINDIR=/sbin
LDFLAGS+=-static
.include <bsd.prog.mk>