2002-08-02 19:05:57 +04:00
|
|
|
# $NetBSD: Makefile,v 1.18 2002/08/02 15:05:57 wiz Exp $
|
1995-03-18 19:11:33 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= reboot
|
|
|
|
DPADD= ${LIBUTIL}
|
|
|
|
LDADD= -lutil
|
2002-08-02 19:05:57 +04:00
|
|
|
CPPFLAGS+= -DSUPPORT_UTMP -DSUPPORT_UTMPX
|
1997-03-13 07:04:54 +03:00
|
|
|
MAN= reboot.8
|
2000-04-25 18:03:25 +04:00
|
|
|
MLINKS= reboot.8 halt.8 \
|
|
|
|
reboot.8 poweroff.8
|
|
|
|
LINKS= ${BINDIR}/reboot ${BINDIR}/halt \
|
|
|
|
${BINDIR}/reboot ${BINDIR}/poweroff
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|