From: William F. Jolitz Date: Fri, 11 May 1990 19:44:45 +0000 (-0800) Subject: 386BSD 0.1 development X-Git-Tag: 386BSD-0.1~2560 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/13e2fc1109a723cac930de802265e4a84b73be33?ds=inline 386BSD 0.1 development Work on file usr/othersrc/games/ppt/Makefile Work on file usr/othersrc/games/morse/Makefile Co-Authored-By: Lynne Greer Jolitz Synthesized-from: 386BSD-0.1 --- diff --git a/usr/othersrc/games/morse/Makefile b/usr/othersrc/games/morse/Makefile new file mode 100644 index 0000000000..22a5c91aae --- /dev/null +++ b/usr/othersrc/games/morse/Makefile @@ -0,0 +1,8 @@ +# @(#)Makefile 5.1 (Berkeley) 5/11/90 + +PROG= morse +NOMAN= noman +HIDEGAME=hidegame + +.include + diff --git a/usr/othersrc/games/ppt/Makefile b/usr/othersrc/games/ppt/Makefile new file mode 100644 index 0000000000..b766d40bb7 --- /dev/null +++ b/usr/othersrc/games/ppt/Makefile @@ -0,0 +1,8 @@ +# @(#)Makefile 5.1 (Berkeley) 5/11/90 + +PROG= ppt +NOMAN= noman +HIDEGAME=hidegame + +.include +