Makefile 103 B

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