Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / zaurus / stand / zbsdmod / Makefile
blobe1af916aa35aad82b13b915ba209aebb35009efc
1 # $NetBSD: Makefile,v 1.4 2007/10/17 19:58:41 garbled Exp $
3 S= ${.CURDIR}/../../../..
5 OBJS= zbsdmod.o
6 SRCS= zbsdmod.c
7 NOMAN= yes
9 realall: ${OBJS}
11 .include <bsd.klinks.mk>
12 .include <bsd.prog.mk>
14 afterinstall:
15 ${INSTALL_FILE} ${INSTALL_COPY} -o root -g wheel -m 644 \
16 ${OBJS} ${DESTDIR}/${BINDIR}
18 CFLAGS= -Wall -Wmissing-prototypes -Wstrict-prototypes
19 CFLAGS+= -DMACHINE=\"${MACHINE}\" -DUTS_RELEASE=\"2.4.20\"
20 CPPFLAGS+= -nostdinc -D_STANDALONE
21 CPPFLAGS+= -I${.OBJDIR} -I${S}
23 release: check_RELEASEDIR
24 ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${OBJS} \
25 ${RELEASEDIR}/${MACHINE}/installation