mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 05:00:14 -04:00
15 lines
269 B
Makefile
15 lines
269 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/12/20 13:15:48 prlw1 Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIBISPRIVATE= yes
|
|
|
|
LIB= common
|
|
SRCS= common.c common_vars.c displayq.c fatal.c rmjob.c startdaemon.c
|
|
|
|
.if (${USE_INET6} != "no")
|
|
CPPFLAGS.common.c= -DINET6
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|