diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/bugsx/files/patch-Imakefile | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/bugsx/files/patch-Imakefile')
-rw-r--r-- | games/bugsx/files/patch-Imakefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/bugsx/files/patch-Imakefile b/games/bugsx/files/patch-Imakefile new file mode 100644 index 000000000000..b5cc62e9c75b --- /dev/null +++ b/games/bugsx/files/patch-Imakefile @@ -0,0 +1,19 @@ +*** Imakefile.orig Tue Sep 2 22:33:16 1997 +--- Imakefile Thu Dec 18 04:24:33 1997 +*************** +*** 36,42 **** + ############################################################################## + + OBJS = bugsx.o xbutil.o util.o breed.o grow.o noise.o +! SRCS = bugsx.c xbutil.o util.c breed.c grow.c noise.c + + INCLUDES = -I$(TOP) -I$(TOP)/X11 + +--- 36,42 ---- + ############################################################################## + + OBJS = bugsx.o xbutil.o util.o breed.o grow.o noise.o +! SRCS = bugsx.c xbutil.c util.c breed.c grow.c noise.c + + INCLUDES = -I$(TOP) -I$(TOP)/X11 + |