diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-08-12 00:20:58 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-08-12 00:20:58 +0000 |
commit | 36c79f9c942287a389b4bb9fffe7a7a7f02bf4de (patch) | |
tree | 1f42c952311161a8779517c93968e09f9d043ae7 /sysutils/Makefile | |
parent | f5c403ffd512b15fdba33e834644d1c1d300993e (diff) |
Added stmpclean
Notes
Notes:
svn path=/head/; revision=20659
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c07e507147df..43677ca72255 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.69 1999/06/14 19:31:22 taoka Exp $ +# $Id: Makefile,v 1.70 1999/06/28 01:09:41 flathill Exp $ # SUBDIR += LPRng @@ -48,6 +48,7 @@ SUBDIR += socket SUBDIR += star SUBDIR += stat + SUBDIR += stmpclean SUBDIR += su2 SUBDIR += tcplist SUBDIR += tua |