diff options
Diffstat (limited to 'net/zaptel12/files/patch-ztcfg::Makefile')
-rw-r--r-- | net/zaptel12/files/patch-ztcfg::Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/zaptel12/files/patch-ztcfg::Makefile b/net/zaptel12/files/patch-ztcfg::Makefile new file mode 100644 index 000000000000..cc147a290b14 --- /dev/null +++ b/net/zaptel12/files/patch-ztcfg::Makefile @@ -0,0 +1,26 @@ + +$FreeBSD$ + +--- ztcfg/Makefile ++++ ztcfg/Makefile +@@ -10,10 +10,19 @@ + + all: ztcfg libtonezone.a + +-ztcfg: ztcfg.o tonezone.o zonedata.o ++ztcfg: ztcfg.o tonezone.o zonedata.o + ${CC} ${CFLAGS} -o ztcfg ztcfg.o tonezone.o zonedata.o -lm + + ztcfg.c: ztcfg.h ++ ++ztcfg.o: ztcfg.c ++ ${CC} ${CFLAGS} -o ztcfg.o -c ztcfg.c ++ ++tonezone.o: tonezone.c ++ ${CC} ${CFLAGS} -o tonezone.o -c tonezone.c ++ ++zonedata.o: zonedata.c ++ ${CC} ${CFLAGS} -o zonedata.o -c zonedata.c + + libtonezone.a: tonezone.o + ar r libtonezone.a tonezone.o zonedata.o |