ifm_flags is a signed short and IFF_MULTICAST gets propagated ruinning
[unix-history] / usr / src / sbin / nologin / Makefile
# @(#)Makefile 5.1 (Berkeley) %G%
NOMAN=noman
NOOBJ=noobj
all nologin clean cleandir depend lint tags:
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
.include <bsd.prog.mk>