diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 09:30:50 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 09:30:50 +0000 |
commit | 22440769f85b75b7a009041e9b1a28b723ef1aa5 (patch) | |
tree | db094bea63663611b0d7900ad3fcbac7abc4acf0 /sysutils/Makefile | |
parent | Backup Copy programm. (diff) |
Add cpbk
Notes
Notes:
svn path=/head/; revision=18215
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 cfaf0d303c92..3dbdf0067ae8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.63 1999/02/28 21:49:09 asami Exp $ +# $Id: Makefile,v 1.64 1999/03/31 11:24:40 dirk Exp $ # SUBDIR += LPRng @@ -14,6 +14,7 @@ SUBDIR += comconsole SUBDIR += contool SUBDIR += copytape + SUBDIR += cpbk SUBDIR += daemontools SUBDIR += doconfig SUBDIR += gnomeadmin |