Makefile 103 B

1234567
  1. .PATH: ${SRCTOP}/sys/net
  2. KMOD= if_disc
  3. SRCS= if_disc.c opt_inet.h opt_inet6.h
  4. .include <bsd.kmod.mk>