mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
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>
|