mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-20 09:44:47 +00:00
- KNFify (a bit) - use int32_t & u_int32_t instead of long and u_long - clean up man pages a bit
11 lines
310 B
Makefile
11 lines
310 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 1997/10/16 23:24:18 lukem Exp $
|
|
|
|
LIBCOMMON != cd ${.CURDIR}/../common;\
|
|
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
|
CFLAGS+=-I${.CURDIR}/../common
|
|
DPADD+= ${LIBKVM} ${LIBCOMMON}/libcommon.a
|
|
LDADD+= -lkvm -L${LIBCOMMON} -lcommon
|
|
|
|
BINDIR?= /usr/sbin
|
|
WARNS?= 1
|