1 1.3 rin # $NetBSD: Makefile,v 1.3 2019/02/17 04:05:56 rin Exp $ 2 1.1 pgoyette 3 1.1 pgoyette .include "../Makefile.inc" 4 1.1 pgoyette 5 1.1 pgoyette .PATH: ${S}/opencrypto 6 1.1 pgoyette 7 1.1 pgoyette KMOD= opencrypto 8 1.2 christos IOCONF= opencrypto.ioconf 9 1.1 pgoyette SRCS= criov.c crypto.c xform.c 10 1.1 pgoyette 11 1.3 rin WARNS= 3 12 1.3 rin 13 1.1 pgoyette .include <bsd.kmodule.mk> 14