diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 14:41:43 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 14:41:43 +0000 |
commit | 0b8fb2e3118863a28edff02ec25366b7ccb2e528 (patch) | |
tree | fa0d344f59f9b7ee76478e262bb546a701db8ce8 /usr.sbin/afs/libarla/Makefile.ko.inc | |
parent | 76a06795631625d8e65dd5fa8bf1e2a59bd7fbce (diff) |
New Arla userland from Arla between 0.34.2 and current in arla cvs.
Too many new features and fixes to mention here.
Diffstat (limited to 'usr.sbin/afs/libarla/Makefile.ko.inc')
-rw-r--r-- | usr.sbin/afs/libarla/Makefile.ko.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/afs/libarla/Makefile.ko.inc b/usr.sbin/afs/libarla/Makefile.ko.inc index 38d4d60fafb..b6e3f3b6d0d 100644 --- a/usr.sbin/afs/libarla/Makefile.ko.inc +++ b/usr.sbin/afs/libarla/Makefile.ko.inc @@ -1,7 +1,7 @@ ### ko stuff OS_VER != uname -r -SRCS += koerror.c kocell.c ports.c kodebug.c vlmisc.c +SRCS += koerror.c kocell.c ports.c vlmisc.c part.c SRCS += sysname.c CLEANFILES += sysname.c gensysname CFLAGS += -I${.CURDIR}/../src/lib/ko |