PERFORCE change 78272 for review
Dag-Erling Smorgrav
des at FreeBSD.org
Thu Jun 9 19:36:06 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=78272
Change 78272 by des at des.at.des.no on 2005/06/09 19:35:39
Add $P4$ tags to files that didn't already have them.
Affected files ...
.. //depot/projects/openpam/Makefile.am#3 edit
.. //depot/projects/openpam/autogen.sh#2 edit
.. //depot/projects/openpam/bin/Makefile.am#2 edit
.. //depot/projects/openpam/bin/su/Makefile.am#2 edit
.. //depot/projects/openpam/doc/Makefile.am#2 edit
.. //depot/projects/openpam/include/Makefile.am#2 edit
.. //depot/projects/openpam/include/security/Makefile.am#3 edit
.. //depot/projects/openpam/modules/Makefile.am#2 edit
.. //depot/projects/openpam/modules/pam_deny/Makefile.am#2 edit
.. //depot/projects/openpam/modules/pam_permit/Makefile.am#2 edit
.. //depot/projects/openpam/modules/pam_unix/Makefile.am#2 edit
Differences ...
==== //depot/projects/openpam/Makefile.am#3 (text+ko) ====
@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/Makefile.am#3 $
+
SUBDIRS = lib bin modules doc include
EXTRA_DIST = CREDITS HISTORY INSTALL LICENSE MANIFEST README RELNOTES
==== //depot/projects/openpam/autogen.sh#2 (text+ko) ====
@@ -1,4 +1,7 @@
#!/bin/sh -ex
+#
+# $P4: //depot/projects/openpam/autogen.sh#2 $
+#
libtoolize --copy --force
aclocal
==== //depot/projects/openpam/bin/Makefile.am#2 (text+ko) ====
@@ -1,1 +1,3 @@
+# $P4: //depot/projects/openpam/bin/Makefile.am#2 $
+
SUBDIRS = su
==== //depot/projects/openpam/bin/su/Makefile.am#2 (text+ko) ====
@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/bin/su/Makefile.am#2 $
+
INCLUDES = -I$(top_srcdir)/include
if WITH_PAM_SU
==== //depot/projects/openpam/doc/Makefile.am#2 (text+ko) ====
@@ -1,1 +1,3 @@
+# $P4: //depot/projects/openpam/doc/Makefile.am#2 $
+
SUBDIRS = man
==== //depot/projects/openpam/include/Makefile.am#2 (text+ko) ====
@@ -1,1 +1,3 @@
+# $P4: //depot/projects/openpam/include/Makefile.am#2 $
+
SUBDIRS = security
==== //depot/projects/openpam/include/security/Makefile.am#3 (text+ko) ====
@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/include/security/Makefile.am#3 $
+
openpamdir = $(includedir)/security
openpam_HEADERS = \
==== //depot/projects/openpam/modules/Makefile.am#2 (text+ko) ====
@@ -1,1 +1,3 @@
+# $P4: //depot/projects/openpam/modules/Makefile.am#2 $
+
SUBDIRS = pam_unix pam_deny pam_permit
==== //depot/projects/openpam/modules/pam_deny/Makefile.am#2 (text+ko) ====
@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/modules/pam_deny/Makefile.am#2 $
+
pkglibdir = @OPENPAM_MODULES_DIR@
INCLUDES = -I$(top_srcdir)/include
==== //depot/projects/openpam/modules/pam_permit/Makefile.am#2 (text+ko) ====
@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/modules/pam_permit/Makefile.am#2 $
+
pkglibdir = @OPENPAM_MODULES_DIR@
INCLUDES = -I$(top_srcdir)/include
==== //depot/projects/openpam/modules/pam_unix/Makefile.am#2 (text+ko) ====
@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/modules/pam_unix/Makefile.am#2 $
+
pkglibdir = @OPENPAM_MODULES_DIR@
INCLUDES = -I$(top_srcdir)/include
More information about the p4-projects
mailing list