mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-02-17 04:57:03 +00:00
7 lines
162 B
Makefile
7 lines
162 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 1997/04/17 21:08:57 christos Exp $
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../common
|
|
.PATH: ${.CURDIR}/../common
|