diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-15 09:56:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-15 09:56:42 +0000 |
commit | 3185b4188bd2900fc0bcad327073e7f29a7ab4a4 (patch) | |
tree | 280c981533e0d4bf7ae858ff55c24ca235d8eb73 /misc/Makefile | |
parent | Ideal gas simulator. Maybe we should make a "physics" category (diff) |
Added xgas.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 1b3cf0438fc4..c8da4c4dcd8c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.91 1996/11/07 11:38:34 asami Exp $ +# $Id: Makefile,v 1.92 1996/11/11 19:44:15 obrien Exp $ # SUBDIR += amanda @@ -40,6 +40,7 @@ SUBDIR += trans SUBDIR += unclutter SUBDIR += xcalendar + SUBDIR += xgas SUBDIR += zorro .include <bsd.port.subdir.mk> |