Date: Fri, 18 Feb 2022 15:28:03 +0100 From: Felix Palmen <felix@palmen-it.de> To: freebsd-hackers@freebsd.org Subject: How to generate a Makefile.depend? Message-ID: <20220218142803.t444nf77dh2sfkgb@nexus.home.palmen-it.de>
next in thread | raw e-mail | index | archive | help
--yr4lmp3iiwo25i2y
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
I'm trying to add a little tool to my local tree and I'm stuck with
something I *assume* should be simple. As I understand it, there should
be a Makefile.depend in its directory, listing all the dir dependencies,
and this should be somehow auto-generated from .meta files. I just can't
figure out how to do it.
I have this very simple Makefile for it:
---
# $FreeBSD$
PACKAGE=3D runtime
PROG=3D pam_unix-helper
MAN=3D # no manpage, internally used by pam_unix.so
LIBADD=3D crypt
BINOWN=3D root
BINMODE=3D4555
=2Einclude <bsd.prog.mk>
---
It builds just fine (using meta mode), so what do I need to do to get
the corresponding Makefile.depend?
TIA, Felix
--=20
Dipl.-Inform. Felix Palmen <felix@palmen-it.de> ,.//..........
{web} http://palmen-it.de {jabber} [see email] ,//palmen-it.de
{pgp public key} http://palmen-it.de/pub.txt // """""""""""
{pgp fingerprint} A891 3D55 5F2E 3A74 3965 B997 3EF2 8B0A BC02 DA2A
--yr4lmp3iiwo25i2y
Content-Type: application/pgp-signature; name="signature.asc"
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEqJE9VV8uOnQ5ZbmXPvKLCrwC2ioFAmIPrOUACgkQPvKLCrwC
2ir2/Qf/R6Io9F2NkXwbRzN3hBQ+2EpUiBEuJu8r1Sz8gASwhNhAjC9vbWb8wvo7
ikIuk19XwWFFCSky7ZbQiKQw6tU6lqHXDIEq0N16nuUWreBeIVFLll98yEnjsU9s
JJgkVpIyQzHb26N6Su/8KmQ7Il5Kybbrld0zwYLhnCcSRN+UBAAU+uwRLmj8HnKa
jhA3jOlUfiUw/NDnTTxoSsHDQd4UxqeJS4BmyB9rJMHizGE4xFV6R0BiMVqw/Okm
2pSWHL9zuPmhATQ1mPemFdHUoBVh2uoDgb1M/oBvyV6LzHmkqJQKJh1WwxnmorRi
p7p7e1r+Gg4+zgJDuGGzrcmpioH4LQ==
=1iyo
-----END PGP SIGNATURE-----
--yr4lmp3iiwo25i2y--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220218142803.t444nf77dh2sfkgb>
