Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 1997 03:42:00 -0700 (PDT)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        bde@zeta.org.au
Cc:        pst@freebsd.org, bde@zeta.org.au, ports@freebsd.org
Subject:   Re: yale-tftpd build failure in -current
Message-ID:  <199704251042.DAA24778@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199704250716.RAA20238@godzilla.zeta.org.au> (message from Bruce Evans on Fri, 25 Apr 1997 17:16:43 %2B1000)

next in thread | previous in thread | raw e-mail | index | archive | help
 * Seems unlikely.  Ports makefiles don't use bsd.prog.mk or bsd.lib.mk,
 * right?  I don't intend to merge anything except important bug fixes into
 * 2.2.

This port does:

===
## cat Makefile
#       @(#)Makefile    5.3 (Berkeley) 5/11/90

SRCS=   tftpd.c tftpsubs.c tftpyale.c config.c
PROG=   tftpd
MAN8=   tftpd.8

ETCDIR=${DESTDIR}/usr/local/etc
BINDIR=${DESTDIR}/usr/local/libexec
MANDIR=${DESTDIR}/usr/local/man/man

CFLAGS+=-DCONFIGFILE='"${ETCDIR}/tftpd.conf"'

classes/libclasses.a:
        (cd classes ; make)

SUBDIR= classes
DPADD+= classes/libclasses.a
LDADD=  classes/libclasses.a

.include <bsd.prog.mk>
===

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704251042.DAA24778>