diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilot-link/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 504f3fb69f7..4a38062c20c 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -3,16 +3,20 @@ # Date created: 13 March 1998 # Whom: sommerfeld@alum.mit.edu # -# $NetBSD: Makefile,v 1.4 1998/03/19 02:24:45 sommerfe Exp $ +# $NetBSD: Makefile,v 1.5 1998/03/19 10:57:54 frueauf Exp $ # DISTNAME= pilot-link.0.8.11 CATEGORIES= comms MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ + MAINTAINER= sommerfeld@alum.mit.edu STRIPFLAG= -GNU_CONFIGURE=yes +GNU_CONFIGURE= yes + +MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 install-memo.1 \ + install-user.1 pilot-xfer.1 read-ical.1 # use "default" configure because overriding INSTALL_PROGRAM does the # wrong thing for libtool-based packages like pilot-link... |