diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-05-22 16:19:31 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-05-22 16:19:31 +0000 |
commit | 050fe176383437151078d491bd008017e6471960 (patch) | |
tree | 3c54dd3ff650dba73575745c38416ff9b1276cce /usr.bin/Makefile | |
parent | 51cd687bb87c941ade46b59cf60edeb7ce5d1407 (diff) | |
download | FreeBSD-src-050fe176383437151078d491bd008017e6471960.zip FreeBSD-src-050fe176383437151078d491bd008017e6471960.tar.gz |
Tie sccs(1) in to the build, as it now does one thing right: sccs what
Diffstat (limited to 'usr.bin/Makefile')
-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 c1ad8ff..067e638 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -137,6 +137,7 @@ SUBDIR= apply \ rusers \ rwall \ rwho \ + sccs \ script \ sed \ shar \ |