diff options
Diffstat (limited to 'sys/arch/alpha/stand/setnetbootinfo/Makefile')
-rw-r--r-- | sys/arch/alpha/stand/setnetbootinfo/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/arch/alpha/stand/setnetbootinfo/Makefile b/sys/arch/alpha/stand/setnetbootinfo/Makefile new file mode 100644 index 00000000000..293399e1da8 --- /dev/null +++ b/sys/arch/alpha/stand/setnetbootinfo/Makefile @@ -0,0 +1,15 @@ +# $OpenBSD: Makefile,v 1.1 1997/05/05 06:02:02 millert Exp $ +# $NetBSD: Makefile,v 1.4 1997/04/06 08:41:36 cgd Exp $ + +.PATH: ${.CURDIR}/.. + +PROG= setnetbootinfo +BINDIR= /usr/mdec + +MAN= setnetbootinfo.8 +MANSUBDIR=/alpha + +CFLAGS+= -I${.CURDIR}/.. +LDSTATIC=-static + +.include <bsd.prog.mk> |