Fix joy and put it back in the MI section. (yes, it works on Alpha)
This commit is contained in:
parent
d00177ef7e
commit
484fa03fbf
@ -1,9 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# XXX present but broken: atapi ip_mroute_mod joy pcic
|
||||
# XXX present but broken: ip_mroute_mod pcic
|
||||
|
||||
SUBDIR= aha ccd cd9660 coda dc fdesc fxp if_disc if_ppp if_sl if_tun \
|
||||
ipfilter ipfw kernfs md mfs mii msdos netgraph nfs ntfs nullfs \
|
||||
ipfilter ipfw joy kernfs md mfs mii msdos netgraph nfs ntfs nullfs \
|
||||
portal procfs rl sf sis sk ste ti tl \
|
||||
ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vr wb xl
|
||||
|
||||
|
@ -1,12 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../i386/isa
|
||||
.PATH: ${.CURDIR}/../../isa
|
||||
KMOD = joy
|
||||
SRCS = joy.c opt_devfs.h
|
||||
SRCS = bus_if.h device_if.h isa_if.h joy.c
|
||||
MAN8 = joy.8
|
||||
|
||||
CFLAGS += -DJOY_MODULE
|
||||
|
||||
afterinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy
|
||||
|
Loading…
Reference in New Issue
Block a user