summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>