mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 00:49:53 -04:00
22 lines
340 B
Makefile
22 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/02/03 16:33:10 christos Exp $
|
|
|
|
LIBISPRIVATE=yes
|
|
|
|
LIB=opts
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
DIST= ${IDIST}/sntp/libopts
|
|
|
|
CPPFLAGS+=-I${DIST}
|
|
|
|
.PATH.c: ${DIST}
|
|
|
|
SRCS=libopts.c
|
|
|
|
COPTS.libopts.c += -Wno-format-nonliteral -Wno-error -DPOSIX_SHELL="\"/bin/sh\""
|
|
|
|
.include <bsd.lib.mk>
|