5d3f456420
specific parts of plugger.
11 lines
263 B
Makefile
11 lines
263 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2000/08/22 11:04:05 rh Exp $
|
|
#
|
|
BINNAME= communicator
|
|
COMMONDIR= ../ns-plugger-common
|
|
|
|
DEPENDS+= ns-plugger-common-*:${COMMONDIR}
|
|
|
|
PLIST_SRC= ${.CURDIR}/pkg/PLIST
|
|
PKGDIR= ${.CURDIR}/${COMMONDIR}/pkg
|
|
|
|
.include "${COMMONDIR}/Makefile"
|