diff options
author | rsc <devnull@localhost> | 2005-02-11 16:56:15 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 16:56:15 +0000 |
commit | 2e397eb47c87e78b4a9e2f4a550be4792bd05fa2 (patch) | |
tree | 696a69f20b422623857dc00cf309791db2d346e7 /src/cmd/factotum/mkfile | |
parent | 3889d01d4b0d7a0c5e32ba81fb3c7e01094b8884 (diff) | |
download | plan9port-2e397eb47c87e78b4a9e2f4a550be4792bd05fa2.tar.gz plan9port-2e397eb47c87e78b4a9e2f4a550be4792bd05fa2.tar.bz2 plan9port-2e397eb47c87e78b4a9e2f4a550be4792bd05fa2.zip |
bug fixes; add secstore
Diffstat (limited to 'src/cmd/factotum/mkfile')
-rw-r--r-- | src/cmd/factotum/mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/factotum/mkfile b/src/cmd/factotum/mkfile index 3a30cd52..1d48e6a4 100644 --- a/src/cmd/factotum/mkfile +++ b/src/cmd/factotum/mkfile @@ -22,6 +22,7 @@ OFILES=\ rpc.$O\ util.$O\ xio.$O\ + secstore.$O\ HFILES=dat.h |