BSD 4_3_Net_2 release
[unix-history] / usr / src / sbin / reboot / Makefile
# @(#)Makefile 5.6 (Berkeley) 6/29/90
PROG= reboot
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN8= reboot_${MACHINE}.0
MLINKS= reboot_${MACHINE}.8 reboot.8
MANSUBDIR=/${MACHINE}
.include <bsd.prog.mk>