diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-29 00:38:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-29 00:38:48 +0000 |
commit | b44d317152210ebb7a872a73797618171b60595c (patch) | |
tree | 62c7bb6e9e33154bc893a94271083a769c2cc590 /gnu | |
parent | fe241c25718fbd3870d62981ab0828287a76a1bb (diff) | |
download | FreeBSD-src-b44d317152210ebb7a872a73797618171b60595c.zip FreeBSD-src-b44d317152210ebb7a872a73797618171b60595c.tar.gz |
Hookup the info docs.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gasp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile index a08909f..b432ccd 100644 --- a/gnu/usr.bin/binutils/gasp/Makefile +++ b/gnu/usr.bin/binutils/gasp/Makefile @@ -6,6 +6,8 @@ .PATH: ${SRCDIR}/gas +SUBDIR= doc + PROG= gasp SRCS+= gasp.c macro.c sb.c hash.c CFLAGS+= -I${SRCDIR} |