diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2003-08-05 11:07:44 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2003-08-05 11:07:44 +0000 |
commit | 21643cb1293aeaf7e137abf9d3b96630845dc552 (patch) | |
tree | 27237caf1f20a167a38c55d1ca4d1af2eee17c33 /usr.sbin/afs/Makefile | |
parent | 6f01279ac234c3be6c6fac207f2fc48445895b6e (diff) |
No more libroken
Diffstat (limited to 'usr.sbin/afs/Makefile')
-rw-r--r-- | usr.sbin/afs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/afs/Makefile b/usr.sbin/afs/Makefile index a3bafa8acb6..9a9e4f5c0d1 100644 --- a/usr.sbin/afs/Makefile +++ b/usr.sbin/afs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/07 05:02:58 hin Exp $ +# $OpenBSD: Makefile,v 1.5 2003/08/05 11:07:43 hin Exp $ # To the future maintainer (if I get hit by a car or something): The structure # is like this (everything in src, except the makefiles), because we want @@ -18,8 +18,7 @@ SUBDIR += usr.sbin/ydr .endif SUBDIR += lib libexec usr.sbin -## To be able to make depend in libarla we have to have ydr (that needs -## libroken) and libroken used by gensysname in (libarla/Makefile.ko.inc) +## To be able to make depend in libarla we have to have ydr beforedepend: cd usr.sbin/ydr && make depend && exec make |