diff options
author | tjr <tjr@FreeBSD.org> | 2002-05-15 03:37:55 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-05-15 03:37:55 +0000 |
commit | d2e458094c2ff0f35b1423f3617c6cc39567ee99 (patch) | |
tree | d69db48526c86453fc7a0a1783163fc668b99ff5 /usr.bin | |
parent | 13b1096a782eb777da5930b32479947dc501440a (diff) | |
download | FreeBSD-src-d2e458094c2ff0f35b1423f3617c6cc39567ee99.zip FreeBSD-src-d2e458094c2ff0f35b1423f3617c6cc39567ee99.tar.gz |
Build the asa(1) utility.
PR: 36130
Reviewed by: mike
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index d293aef..4e8fd11 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -8,6 +8,7 @@ # Moved to secure: bdes # SUBDIR= apply \ + asa \ at \ awk \ banner \ |