diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-03 09:17:52 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-03 09:17:52 +0000 |
commit | eb497430f37a794c73d998269a028f9011c1e92a (patch) | |
tree | c75b8fba7214c1be2075179f3def84be87a6be3d /misc | |
parent | acs (Al's Circuit Simulator) from Thomas Gellekum <thomas@ghpc8.ihf.rwth-aach... (diff) |
Neaten this up a little, add acs port.
Notes
Notes:
svn path=/head/; revision=673
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index 23c9ded85ad0..ca6f5d2ee0a1 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.31 1994/12/28 15:23:02 ache Exp $ +# $Id: Makefile,v 1.32 1994/12/31 18:11:42 ache Exp $ # # restricted: pgp.usa_only pgp.non-usa_only zip.with_encryption \ # unzip.with_encryption # -SUBDIR= Wnn arc calc cpm gshar+gunshar hfs iozone ispell less lha mshell mtools \ - netpbm rman screen top unarj unrar unzip xsysstats zip zoo +SUBDIR= Wnn acs arc calc cpm gshar+gunshar hfs iozone ispell less \ + lha mshell mtools netpbm rman screen top unarj unrar unzip \ + xsysstats zip zoo .include <bsd.port.subdir.mk> |