freebsd-dev/sys/modules/ppbus/Makefile
Warner Losh 3193579b66 o Remove @- from the ln and change it to a -sf. This was bogus, and
regocnized as such at the time.  Now that the other bogons in the
  tree have been fixed, we can remove this ugly kludge.
o Remove stale/bogus opt_foo.h files.  These are left over from
  by-gone resources.  And they point to the need, yet again, to
  improve the build system so meta information is only in one place.

Submitted by: ru
Reviewed by: bde
Approved by: re@ (jhb)
2003-11-19 05:08:27 +00:00

23 lines
427 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ppbus
KMOD= ppbus
SRCS= bus_if.h device_if.h ppbus_if.h ppbus_if.c \
opt_ppb_1284.h \
ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
EXPORT_SYMS= ppb_attach_device \
ppb_request_bus \
ppb_release_bus \
ppb_get_status \
ppb_poll_bus \
ppb_reset_epp_timeout \
ppb_ecp_sync \
ppb_get_epp_protocol \
ppb_set_mode \
ppb_get_mode \
ppb_write
.include <bsd.kmod.mk>