aboutsummaryrefslogtreecommitdiff
path: root/japanese/today/files/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-10-08 15:11:28 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-10-08 15:11:28 +0000
commit42bc424f618b6148fae4b6088ace14057513f0bc (patch)
tree950065fafc9374ef5ac291e71c9f3b3434f87377 /japanese/today/files/Makefile
parenta46575cc6b74f2c79622412b76ba5fd931d9a326 (diff)
downloadports-42bc424f618b6148fae4b6088ace14057513f0bc.tar.gz
ports-42bc424f618b6148fae4b6088ace14057513f0bc.zip
Notes
Diffstat (limited to 'japanese/today/files/Makefile')
-rw-r--r--japanese/today/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/today/files/Makefile b/japanese/today/files/Makefile
index bdd594962fae..baded60dba24 100644
--- a/japanese/today/files/Makefile
+++ b/japanese/today/files/Makefile
@@ -8,7 +8,7 @@ CFLAGS += -DTRANS -DMSG_STYLE -DINTERNAL_KYUREKI_TBL -D_T_SEARCH_DEFPATHS=\"${PR
LDLIBS = -lm #-ltermcap
HFILES = cdefs.h chu68k.h cmsdos.h cunix.h cwin32.h extern.h
-
+
OBJST1 = birthday.o config.o date.o event.o getfile.o \
getsb.o history.o kansi.o kyureki.o \
kyusei.o list.o machine.o main.o misc.o
@@ -34,7 +34,7 @@ install: today calendar dayinfo
calendar: $(OBJS_CAL)
$(CC) $(OBJS_CAL) $(LDLIBS) -o $@
-
+
today: $(OBJS_TDY)
$(CC) $(OBJS_TDY) $(LDLIBS) -o $@