Index: stable/4/kerberos5/usr.bin/krb5-config/Makefile =================================================================== --- stable/4/kerberos5/usr.bin/krb5-config/Makefile (nonexistent) +++ stable/4/kerberos5/usr.bin/krb5-config/Makefile (revision 82388) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +srcdir= ${KRB5DIR}/tools + +MAN1= krb5-config.1 + +all: krb5-config + +CLEANFILES+= krb5-config + +beforeinstall: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} krb5-config \ + ${DESTDIR}${BINDIR}/krb5-config + +krb5-config: krb5-config.in + sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \ + -e "s,@VERSION\@,0.3f,g" \ + -e "s,@prefix\@,/,g" \ + -e "s,@exec_prefix\@,/,g" \ + -e "s,@libdir\@,$(LIBDIR),g" \ + -e "s,@includedir\@,$(INCDIR),g" \ + -e "s,@LIB_crypt\@,,g" \ + -e "s,@LIB_dbopen\@,,g" \ + -e "s,@LIB_des_appl\@,-lcrypto,g" \ + -e "s,@LIBS\@,,g" \ + $(srcdir)/krb5-config.in > $@ + chmod +x $@ + +.include + +.PATH: ${KRB5DIR}/tools Property changes on: stable/4/kerberos5/usr.bin/krb5-config/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: stable/4/release/doc/en_US.ISO8859-1/installation/common/abstract.sgml =================================================================== --- stable/4/release/doc/en_US.ISO8859-1/installation/common/abstract.sgml (nonexistent) +++ stable/4/release/doc/en_US.ISO8859-1/installation/common/abstract.sgml (revision 82388) @@ -0,0 +1,8 @@ + + + + This article gives some brief instructions on installing + &os; &release.current; for the &arch; architecture, with particular + emphasis given to obtaining a &os; distribution. Some notes on + troubleshooting and frequently-asked questions are also given. + Property changes on: stable/4/release/doc/en_US.ISO8859-1/installation/common/abstract.sgml ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property