Subject: Re: importing from another BSD
To: Iain Hibbert <plunky@rya-online.net>
From: Luke Mewburn <lukem@NetBSD.org>
List: tech-userlevel
Date: 03/13/2006 23:40:43
--KJKxYQkVikLexIKR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Mar 07, 2006 at 08:16:54PM +0000, Iain Hibbert wrote:
  | and another thing, I renamed a couple of programs since the names did n=
ot
  | seem right for us (sdpcontrol->sdpquery and hcsecd->bthcid). I left the
  | source files all the same and made like attached in the Makefile
  | (particularly for the manpage), is this right or could it be better?
  |=20
  | iain

  | # $NetBSD: Makefile$
  |=20
  | PROG=3D		sdpquery
  | MAN=3D		sdpquery.8
  | SRCS=3D		sdpcontrol.c search.c
  |=20
  | DPADD=3D		${LIBBLUETOOTH} ${LIBSDP}
  | LDADD=3D		-lbluetooth -lsdp


  | CLEANFILES+=3D	sdpquery.8
  |=20
  | sdpquery.8:	sdpcontrol.8
  | 	cp sdpcontrol.8 sdpquery.8

Replace these lines with something like:
	BUILDSYMLINKS+=3D  sdpcontrol.8 sdpquery.8


cheers,
Luke.

--KJKxYQkVikLexIKR
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (NetBSD)

iD8DBQFEFWhLpBhtmn8zJHIRAqmZAJ9kDW3gsjNDLRCBRmcsoeQkGAJG9QCfWOXh
fmbRJBGoxcd7faZEB7oumqc=
=aQZ3
-----END PGP SIGNATURE-----

--KJKxYQkVikLexIKR--