]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/nologin/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / sbin / nologin / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/22/94
2
3 MAN8=   nologin.8
4 MAN5=   nologin.5
5
6 nologin depend lint tags:
7
8 beforeinstall:
9         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10             ${.CURDIR}/nologin.sh ${DESTDIR}${BINDIR}/nologin
11
12 .include <bsd.prog.mk>