Changeset 384 for freebsd-rtl-driver/Makefile
- Timestamp:
- Feb 5, 2015, 7:34:52 AM (10 years ago)
- Location:
- freebsd-rtl-driver
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
freebsd-rtl-driver/Makefile
r267 r384 14 14 15 15 DEBUG_FLAGS= -g 16 KMOD= if_ mos16 KMOD= if_rtl 17 17 SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \ 18 18 miibus_if.h opt_inet.h \ 19 if_ mos.c19 if_rtl.c 20 20 21 21 .include <bsd.kmod.mk> … … 32 32 33 33 code: 34 vim -o /usr/src/sys/dev/usb/net/if_rue.c if_ mos.c34 vim -o /usr/src/sys/dev/usb/net/if_rue.c if_rtl.c
Note:
See TracChangeset
for help on using the changeset viewer.