summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2000-10-05 04:07:06 +0000
committergibbs <gibbs@FreeBSD.org>2000-10-05 04:07:06 +0000
commitabbeb4eb790e7fad36e1d81705b63cf6d631b7ee (patch)
tree9c06ea985beb792b5d5c434a2662594c6621cb2b /sys
parent0e6572e8c926177cef3761baf9d239b9e9fcd284 (diff)
downloadFreeBSD-src-abbeb4eb790e7fad36e1d81705b63cf6d631b7ee.zip
FreeBSD-src-abbeb4eb790e7fad36e1d81705b63cf6d631b7ee.tar.gz
Correct the dependency for aicasm.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 7930c8f..47a843f 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -5,7 +5,7 @@
# dependency lines other than the first are silently ignored.
#
aicasm optional ahc \
- dependency "$S/dev/aic7xxx/*.[chyl]" \
+ dependency "$S/dev/aic7xxx/aicasm/*.[chyl]" \
compile-with "${MAKE} -f $S/dev/aic7xxx/aicasm/Makefile MAKESRCPATH=$S/dev/aic7xxx/aicasm" \
no-obj no-implicit-rule \
clean "aicasm aicasm_gram.c aicasm_scan.c y.tab.h"
OpenPOWER on IntegriCloud