Makefile 91 B

1234567
  1. .PATH: ${SRCTOP}/sys/dev/tdfx
  2. KMOD= 3dfx_linux
  3. SRCS= tdfx_linux.c
  4. .include <bsd.kmod.mk>