Makefile 97 B

123456789
  1. .PATH: ${SRCTOP}/sys/crypto/rc4
  2. KMOD= rc4
  3. SRCS= rc4.c
  4. EXPORT_SYMS= YES
  5. .include <bsd.kmod.mk>