diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 17:15:19 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 17:15:19 +0000 |
commit | 1db311740163454593efcc3e2f8521f1c63279c3 (patch) | |
tree | 0dc749e03f1e2cfc036572eb2cdd95965ae545f3 /usr.sbin | |
parent | 9e89918e6787adc8afc8de44cf11af316a6c819f (diff) |
Could someone please tell me why cvs did not bother to commit
those two files?
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/afs/Applflags.inc | 3 | ||||
-rw-r--r-- | usr.sbin/afs/Makefile | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/usr.sbin/afs/Applflags.inc b/usr.sbin/afs/Applflags.inc index 1222c11d1fd..8af6f295097 100644 --- a/usr.sbin/afs/Applflags.inc +++ b/usr.sbin/afs/Applflags.inc @@ -5,5 +5,6 @@ CFLAGS += -I${.CURDIR}/../src/util -I${.CURDIR}/../src/lib/roken \ -I${.CURDIR}/../src/rxdef -I${.CURDIR}/../src/lwp -I../libarla \ -I${.CURDIR}/../src/arlad -I${.CURDIR}/../src \ -I${.CURDIR}/../src/lib/ko -I${.CURDIR}/../src/rxkad \ - -I${.CURDIR}/../src/lib/sl -I${DESTDIR}/usr/include/kerberosIV + -I${.CURDIR}/../src/lib/sl -I${DESTDIR}/usr/include/kerberosIV \ + -I. diff --git a/usr.sbin/afs/Makefile b/usr.sbin/afs/Makefile index 9f372a42cfd..bb451c51379 100644 --- a/usr.sbin/afs/Makefile +++ b/usr.sbin/afs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1998/09/14 21:52:50 art Exp $ +# $OpenBSD: Makefile,v 1.2 2000/09/11 17:15:18 art Exp $ # # This is hairy. libroken (originally libroken and libutil) has to be built @@ -10,6 +10,15 @@ # the upgrade process to be easy, without building and installing 5 different # libs and without making a hairy Makefile.bsd-wrapper # +# Anomalies: +# - Man pages are not built from the main source beacuse of differing +# path names. +# - config.h and arla-version.h have to be pre-built and put in src/include. +# config.h contains macros for endianness, but they are only used in one +# place and will be replaced on OpenBSD. They have to be placed in +# src/include because we want to reduce the memory footprint of mkdep +# (yes, it's a real problem). +# .if !make(install) SUBDIR += libroken |