mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-17 18:10:19 -04:00
13 lines
253 B
Makefile
13 lines
253 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/08/28 15:42:46 kardel Exp $
|
|
|
|
SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp
|
|
|
|
.if ("${MKCRYPTO}" != "no")
|
|
SUBDIR+= ntp-keygen
|
|
CPPFLAGS+=-DOPENSSL
|
|
.endif
|
|
|
|
.include "Makefile.inc"
|
|
|
|
.include <bsd.subdir.mk>
|