Install kld version (there can be only one)

This commit is contained in:
peter 1998-11-11 07:04:49 +00:00
parent 3fe7b7249a
commit 13a21f2864

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.6 1998/01/24 02:21:51 eivind Exp $
# $Id: Makefile,v 1.7 1998/02/01 18:12:15 bde Exp $
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = joy_mod
@ -15,8 +15,8 @@ opt_devfs.h:
touch opt_devfs.h
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/joy ${DESTDIR}/usr/bin
#afterinstall:
# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
# ${.CURDIR}/joy ${DESTDIR}/usr/bin
.include <bsd.kmod.mk>