blob: 6c2660e542369ef767aebe443cb0eb74863cc608 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.14 2005/04/11 21:45:07 tv Exp $
DISTNAME= modemd-970221
PKGNAME= modemd-19970221
CATEGORIES= comms
MASTER_SITES= ftp://ftp.vix.com/pub/modemd/
MAINTAINER= tsarna@NetBSD.org
COMMENT= Replacement getty for dialup ttys and a modem server
MANCOMPRESSED_IF_MANZ= # defined
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/modemd
.include "../../mk/bsd.pkg.mk"
|