freebsd-dev/sys/dev/usb/Makefile.usbdevs

17 lines
290 B
Makefile
Raw Normal View History

1999-11-18 18:02:44 +00:00
# The files usbdevs.h and usbdevs_data.h are generated from usbdevs
#
# $FreeBSD$
AWK= awk
UNAME= uname
2000-03-15 22:13:50 +00:00
RM= rm
1999-11-18 18:02:44 +00:00
2000-03-15 22:13:50 +00:00
# The targets are always remade.
.PHONY= all
all: usbdevs devlist2h.awk
1999-11-18 18:02:44 +00:00
/bin/rm -f usbdevs.h usbdevs_data.h
${AWK} -v type=USB -v os=`${UNAME} -s` -f devlist2h.awk usbdevs