diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-09 17:03:40 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-09 17:03:40 +0000 |
commit | b74d92f39a41e60f5b0da961cd028459934216ed (patch) | |
tree | c267fa70ec54a9b1fbeb96377df44bb2824fbfc7 | |
parent | ba2f438c49589017500bbeba28f22e2abd53242f (diff) |
How embarassing. I totally forgot to cvs add this thing. Thanks, Rod!
Submitted by: jkh
Notes
Notes:
svn path=/head/; revision=2621
-rw-r--r-- | games/x11/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/x11/Makefile b/games/x11/Makefile new file mode 100644 index 000000000000..b24b5351e02a --- /dev/null +++ b/games/x11/Makefile @@ -0,0 +1,5 @@ +# @(#)Makefile 8.2 (Berkeley) 3/31/94 + +SUBDIR= xneko xroach + +.include <bsd.subdir.mk> |