summaryrefslogtreecommitdiff
path: root/lkm/ap
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-06-03 04:02:23 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-06-03 04:02:23 +0000
commit9bd093691f17c3b483b901a3fa2d29783c399043 (patch)
tree1bc734d87a6d58f23866a293ebd5f3cbd52e1008 /lkm/ap
parent2f9710647bf896368972151eb460a806e16dbdb0 (diff)
apinstall is now installed by bsd.lkm.mk
Diffstat (limited to 'lkm/ap')
-rw-r--r--lkm/ap/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lkm/ap/Makefile b/lkm/ap/Makefile
index 15e039a76b4..84bed5e0f6d 100644
--- a/lkm/ap/Makefile
+++ b/lkm/ap/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/02 04:53:33 tholo Exp $
+# $OpenBSD: Makefile,v 1.3 1996/06/03 04:02:22 mickey Exp $
LKM= ap
SRCS+= aperture.c lkm.c version.c
@@ -8,8 +8,4 @@ NOMAN= noman
SUBDIR= aptest
.endif
-afterinstall:
- install -c -o ${LKMOWN} -g ${LKMGRP} -m 555 ${.CURDIR}/apinstall \
- ${DESTDIR}${LKMDIR}
-
.include <bsd.lkm.mk>