diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-14 19:31:22 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-14 19:31:22 +0000 |
commit | 291efc4f865fbd0fc58faa8cbd53530f231a8fac (patch) | |
tree | 4b85cf3c509997f5758fcb2bb5bac0c239514a37 /sysutils/Makefile | |
parent | 349cf3f50b459c3df4e28676bb712e253200133c (diff) |
Added asfsm and asmem
Notes
Notes:
svn path=/head/; revision=19475
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 021d16b51144..fa6de0fffeb5 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,10 +1,12 @@ -# $Id: Makefile,v 1.67 1999/06/09 00:55:28 steve Exp $ +# $Id: Makefile,v 1.68 1999/06/11 00:06:20 steve Exp $ # SUBDIR += LPRng SUBDIR += afio SUBDIR += asapm SUBDIR += ascpu + SUBDIR += asfsm + SUBDIR += asmem SUBDIR += asrpages SUBDIR += bchunk SUBDIR += bkpupsd |