Fix install of ibcs2 script.

This commit is contained in:
Søren Schmidt 1994-10-14 22:56:40 +00:00
parent 2ecb809ab3
commit 9410e304aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3596
2 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.2 1994/10/14 08:45:15 sos Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_mod
@ -9,7 +9,8 @@ NOMAN=
VFS_LKM=
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
.afterinstall:
${INSTALL} -c -o bin -g bin -m 755 ibcs2 /usr/bin
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/ibcs2 /usr/bin
.include <bsd.kmod.mk>

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.2 1994/10/14 08:45:15 sos Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_mod
@ -9,7 +9,8 @@ NOMAN=
VFS_LKM=
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
.afterinstall:
${INSTALL} -c -o bin -g bin -m 755 ibcs2 /usr/bin
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/ibcs2 /usr/bin
.include <bsd.kmod.mk>