From c68159a6d8eede11766cf13896d0f7670dbd51aa Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 6 Jan 2001 14:00:42 +0000 Subject: Use a consistent style and one much closer to the rest of /usr/src --- sys/modules/an/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sys/modules/an') diff --git a/sys/modules/an/Makefile b/sys/modules/an/Makefile index 7c18f5db3e2b..4c3f752147c8 100644 --- a/sys/modules/an/Makefile +++ b/sys/modules/an/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../dev/an -KMOD = if_an -SRCS = if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c -SRCS += opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h +.PATH: ${.CURDIR}/../../dev/an + +KMOD= if_an +SRCS= if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c +SRCS+= opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h opt_inet.h: echo "#define INET 1" > opt_inet.h -- cgit v1.2.3