diff options
author | obrien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
commit | c269c9fb36040d129558f61fa26bf3745100a4ff (patch) | |
tree | 363eeb0167be52153e02cd0c80ecf406e8f2d99c /sys/modules/pcn | |
parent | e68548a9cc79e93cd770bd33d505fa2347aa5bf4 (diff) | |
download | FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.zip FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.tar.gz |
Use a consistent style and one much closer to the rest of /usr/src
Diffstat (limited to 'sys/modules/pcn')
-rw-r--r-- | sys/modules/pcn/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/modules/pcn/Makefile b/sys/modules/pcn/Makefile index 0ef6fae..637692e 100644 --- a/sys/modules/pcn/Makefile +++ b/sys/modules/pcn/Makefile @@ -1,8 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../pci -KMOD = if_pcn -SRCS = if_pcn.c opt_bdg.h device_if.h bus_if.h pci_if.h -SRCS += miibus_if.h +.PATH: ${.CURDIR}/../../pci + +KMOD= if_pcn +SRCS= if_pcn.c opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS+= miibus_if.h .include <bsd.kmod.mk> |