summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_unix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpam/modules/pam_unix/Makefile')
-rw-r--r--lib/libpam/modules/pam_unix/Makefile21
1 files changed, 12 insertions, 9 deletions
diff --git a/lib/libpam/modules/pam_unix/Makefile b/lib/libpam/modules/pam_unix/Makefile
index 3c23f90..790d7ec 100644
--- a/lib/libpam/modules/pam_unix/Makefile
+++ b/lib/libpam/modules/pam_unix/Makefile
@@ -1,5 +1,12 @@
# Copyright 1998 Juniper Networks, Inc.
# All rights reserved.
+# Copyright (c) 2002 Networks Associates Technology, Inc.
+# All rights reserved.
+#
+# Portions of this software was developed for the FreeBSD Project by
+# ThinkSec AS and NAI Labs, the Security Research Division of Network
+# Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
+# ("CBOSS"), as part of the DARPA CHATS research program.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -9,6 +16,9 @@
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
+# 3. The name of the author may not be used to endorse or promote
+# products derived from this software without specific prior written
+# permission.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -25,17 +35,10 @@
# $FreeBSD$
LIB= pam_unix
-SRCS= pam_unix.c pw_copy.c pw_util.c
-CFLAGS+= -DYP \
- -I. \
- -I${.CURDIR}/../../../../usr.sbin/vipw \
- -I${.CURDIR}/../../../../usr.bin/chpass \
- -I${.CURDIR}/../../../../lib/libc/gen
+SRCS= pam_unix.c
+CFLAGS+= -DYP
DPADD= ${LIBUTIL} ${LIBCRYPT} ${LIBYPCLNT}
LDADD= -lutil -lcrypt -lypclnt
MAN= pam_unix.8
.include <bsd.lib.mk>
-
-.PATH: ${.CURDIR}/../../../../usr.bin/chpass
-.PATH: ${.CURDIR}/../../../../usr.sbin/vipw
OpenPOWER on IntegriCloud