diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-30 10:05:21 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-30 10:05:21 +0000 |
commit | 202938cebc7a91b08652538018fbbc94409b306e (patch) | |
tree | b8ea6fb8a00de6d6d415748af50b3648cf7df58e /sysutils/Makefile | |
parent | Initial import of truncate, a command-line fronted to truncate(2). (diff) |
Activate truncate
Notes
Notes:
svn path=/head/; revision=30015
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 1edb8013b1d1..e480d6c2ce68 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -82,6 +82,7 @@ SUBDIR += symlinks SUBDIR += syslog-ng SUBDIR += tcplist + SUBDIR += truncate SUBDIR += tua SUBDIR += ucspi-tcp SUBDIR += upsd |