diff options
author | 2007-11-19 21:13:58 +0000 | |
---|---|---|
committer | 2007-11-19 21:13:58 +0000 | |
commit | 60d1785a90bff1be93cffe194fcba3238e6fed60 (patch) | |
tree | e56804eaed00ed2e862b1c1776aba04d3a96959d | |
parent | pairwise keys always have an ID equal to 0. (diff) | |
download | wireguard-openbsd-60d1785a90bff1be93cffe194fcba3238e6fed60.tar.xz wireguard-openbsd-60d1785a90bff1be93cffe194fcba3238e6fed60.zip |
do not hardcode make
-rw-r--r-- | usr.sbin/afs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/afs/Makefile b/usr.sbin/afs/Makefile index 9a9e4f5c0d1..f7647afd982 100644 --- a/usr.sbin/afs/Makefile +++ b/usr.sbin/afs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2003/08/05 11:07:43 hin Exp $ +# $OpenBSD: Makefile,v 1.6 2007/11/19 21:13:58 espie 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 @@ -21,7 +21,7 @@ SUBDIR += lib libexec usr.sbin ## To be able to make depend in libarla we have to have ydr beforedepend: - cd usr.sbin/ydr && make depend && exec make + cd usr.sbin/ydr && ${MAKE} depend && exec ${MAKE} .include <bsd.dep.mk> .include <bsd.subdir.mk> |