diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-01-11 16:08:02 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-01-11 16:08:02 +0000 |
| commit | 9a7030e9fc454ce10338ebfd3f29ee355ab5a312 (patch) | |
| tree | e81fb0a3bf4f57103b2f6fe87a70d81a55cc26de | |
| parent | a79778e444853d8989064c7f22e43664f7783854 (diff) | |
Notes
| -rw-r--r-- | lib/libpam/libpam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/libpam/Makefile b/lib/libpam/libpam/Makefile index 8cd3095d74c1..4fd55612d3d6 100644 --- a/lib/libpam/libpam/Makefile +++ b/lib/libpam/libpam/Makefile @@ -76,6 +76,6 @@ beforeinstall: ${HDRS3} ${DESTDIR}/usr/include/security security: - ln -s ${PAMDIR}/libpam_misc security + ln -sf ${PAMDIR}/libpam_misc security .include <bsd.lib.mk> |
