blob: 4a05425838b998c7e83cae200e2ab3bf9c1cc05a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:17 agc Exp $
DISTNAME= modemd-970221
CATEGORIES= comms
MASTER_SITES= ftp://ftp.vix.com/pub/modemd/
MAINTAINER= tsarna@endicor.com
# Do not list MAN/CAT pages here. It will confuse if MANZ is set.
# The pkg uses BSD-style-Makefiles itself, so it does the right thing.
pre-install:
${MKDIR} ${PREFIX}/share/examples/modemd
.include "../../mk/bsd.pkg.mk"
|