NetBSD/sbin/reboot/Makefile

12 lines
243 B
Makefile

# $NetBSD: Makefile,v 1.16 1997/09/15 12:45:55 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= reboot
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= reboot.8
MLINKS= reboot.8 halt.8
LINKS= ${BINDIR}/reboot ${BINDIR}/halt
.include <bsd.prog.mk>