kernel/arm: send SIGSEGV to processes
[minix3.git] / sbin / reboot / Makefile
blobd46104486fa8c9fb79ce87d4f04bf61b3af3e66a
1 # $NetBSD: Makefile,v 1.18 2002/08/02 15:05:57 wiz Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/5/93
4 PROG= reboot
5 DPADD= ${LIBUTIL}
6 LDADD= -lutil
7 CPPFLAGS+= -DSUPPORT_UTMP -DSUPPORT_UTMPX
8 MAN= reboot.8
9 MLINKS= reboot.8 halt.8 \
10 reboot.8 poweroff.8
11 LINKS= ${BINDIR}/reboot ${BINDIR}/halt \
12 ${BINDIR}/reboot ${BINDIR}/poweroff
14 .include <bsd.prog.mk>