diff options
author | ache <ache@FreeBSD.org> | 1995-01-16 17:40:57 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-16 17:40:57 +0000 |
commit | fb34b69448a64619be379234a7a545b52809911b (patch) | |
tree | b8818060fd6d83f5d22ed6d655cddf0bd947b76f | |
parent | a3f21b4c3f2dd6b65ab0db3a35bf0533f666636d (diff) | |
download | FreeBSD-src-fb34b69448a64619be379234a7a545b52809911b.zip FreeBSD-src-fb34b69448a64619be379234a7a545b52809911b.tar.gz |
Add doc to SUBDIR list
-rw-r--r-- | gnu/usr.bin/as/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/Makefile b/gnu/usr.bin/as/Makefile index 18e2db1..6c45203 100644 --- a/gnu/usr.bin/as/Makefile +++ b/gnu/usr.bin/as/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 6.1 (Berkeley) 3/3/91 -# $Id: Makefile,v 1.5 1994/08/29 17:38:17 davidg Exp $ +# $Id: Makefile,v 1.6 1994/12/23 22:35:56 nate Exp $ .include "config/Makefile.$(MACHINE)" @@ -34,6 +34,8 @@ CONF_HEADERS= targ-cpu.h obj-format.h host.h targ-env.h .PATH: $(.CURDIR)/config +SUBDIR+= doc + beforedepend ${PROG}: ${CONF_HEADERS} targ-cpu.h: Makefile config/Makefile.$(MACHINE) $(.CURDIR)/config/tc-$(gas_target).h |