NetBSD/sbin/nologin/Makefile

11 lines
262 B
Makefile
Raw Normal View History

1994-09-23 05:47:32 +04:00
# from: @(#)Makefile 8.2 (Berkeley) 4/22/94
# $Id: Makefile,v 1.2 1994/09/23 01:47:32 mycroft Exp $
1994-09-23 05:44:46 +04:00
MAN8= nologin.0
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
.include <bsd.prog.mk>