diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-17 05:46:41 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-17 05:46:41 +0000 |
| commit | 3cb7acc2cd9b400a5079307b7bf362e2d3543eae (patch) | |
| tree | 65caea8580dd2c93714df1574a54f852d79f03e6 /lib | |
| parent | 70e82473a4a84d54bf2be1991f5b79fc71315b9a (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libpam/libpam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpam/libpam/Makefile b/lib/libpam/libpam/Makefile index 99c8ce117336..7cbf1459147f 100644 --- a/lib/libpam/libpam/Makefile +++ b/lib/libpam/libpam/Makefile @@ -168,5 +168,5 @@ beforeinstall: .PATH: ${OPENPAM}/lib .PATH: ${OPENPAM}/doc/man -# XXX Can't put openpam_static.c in SRCS but want it in .depend. -_MKDEP: openpam_static.c +# Can't put openpam_static.c in SRCS but want it in .depend. +${DEPENDFILE}: openpam_static.c |
