11 lines
178 B
Makefile
11 lines
178 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/01/01 15:18:57 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/crypto/skipjack
|
|
|
|
KMOD= skipjack
|
|
SRCS= skipjack.c
|
|
|
|
.include <bsd.kmodule.mk>
|