diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-29 00:38:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-29 00:38:48 +0000 |
| commit | bbf480ddf239b5976bc18710f8e4cda5168ffbf5 (patch) | |
| tree | 8850c7762540a7d78c316836bcbc6f04aa5c82c8 | |
| parent | 052a6aad2cbdc38c49dca04606928f35b528a628 (diff) | |
Notes
| -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 a08909fd0ce7..b432ccd7d5db 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} |
