NetBSD/sbin/nologin/Makefile

11 lines
262 B
Makefile
Raw Normal View History

1996-10-18 09:45:01 +04:00
# $NetBSD: Makefile,v 1.5 1996/10/18 05:51:37 thorpej Exp $
# @(#)Makefile 8.2 (Berkeley) 4/22/94
1994-09-23 05:44:46 +04:00
1994-12-22 13:44:04 +03:00
MAN= nologin.8
1994-09-23 05:44:46 +04:00
beforeinstall:
1996-10-18 09:45:01 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1994-09-23 05:44:46 +04:00
${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
.include <bsd.prog.mk>