summaryrefslogtreecommitdiff
path: root/sbin/nologin/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-02-16 04:15:34 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-02-16 04:15:34 +0000
commit0ae054bed18f9a2e3527653252b9d1b2b5a994f7 (patch)
treee15cbcd1ebe652592432e62d69e61f03c7bd6df7 /sbin/nologin/Makefile
parent762d331d6442d5d9e867c268b3ea3c031bd1de25 (diff)
Just for the hell of it..?
Diffstat (limited to 'sbin/nologin/Makefile')
-rw-r--r--sbin/nologin/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile
index f0148010cd1..f11a8add945 100644
--- a/sbin/nologin/Makefile
+++ b/sbin/nologin/Makefile
@@ -1,10 +1,6 @@
-# $OpenBSD: Makefile,v 1.4 1996/12/08 14:37:24 downsj Exp $
-# $NetBSD: Makefile,v 1.4 1995/03/18 14:59:08 cgd Exp $
+# $OpenBSD: Makefile,v 1.5 1997/02/16 04:15:31 downsj Exp $
+PROG= nologin
MAN= nologin.8
-beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
-
.include <bsd.prog.mk>