From 3193579b66fd7067f898dbc54bdea81a0e6f9bd0 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 19 Nov 2003 05:08:27 +0000 Subject: 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) --- sys/modules/ppi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/ppi') diff --git a/sys/modules/ppi/Makefile b/sys/modules/ppi/Makefile index 79db29474c99..568fddfd4282 100644 --- a/sys/modules/ppi/Makefile +++ b/sys/modules/ppi/Makefile @@ -4,7 +4,7 @@ .PATH: ${.CURDIR}/../../dev/ppbus KMOD= ppi SRCS= bus_if.h device_if.h ppbus_if.h \ - opt_ppi.h opt_ppb_1284.h \ + opt_ppb_1284.h \ ppi.c ppb_1284.c .include -- cgit v1.2.3