blob: 633674e114039f0710fda2d86ec91f71d41a81cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.11 2003/07/17 21:26:53 grant 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
USE_BUILDLINK2= # defined
MANCOMPRESSED_IF_MANZ= # defined
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/modemd
.include "../../mk/bsd.pkg.mk"
|