diff -rc pterm/Makefile.common pterm.freebsd/Makefile.common *** pterm/Makefile.common Fri Nov 19 12:22:30 2004 --- pterm.freebsd/Makefile.common Tue Nov 30 11:54:43 2004 *************** *** 33,45 **** SXOBJS = dt_x11.o %.o : %.c ! $(CC) $(CFLAGS) -c $< %.pcf : %.bdf bdftopcf -o $@ $< %.d : %.c echo -n "$@ " > $@ ! $(CC) -MM $< >> $@ #--------------------------- End Of File -------------------------------- --- 33,45 ---- SXOBJS = dt_x11.o %.o : %.c ! $(CC) $(INCL) $(CFLAGS) -c $< %.pcf : %.bdf bdftopcf -o $@ $< %.d : %.c echo -n "$@ " > $@ ! $(CC) $(INCL) -MM $< >> $@ #--------------------------- End Of File -------------------------------- diff -rc pterm/Makefile.pterm pterm.freebsd/Makefile.pterm *** pterm/Makefile.pterm Fri Nov 26 08:05:14 2004 --- pterm.freebsd/Makefile.pterm Tue Nov 30 12:09:55 2004 *************** *** 17,22 **** --- 17,25 ---- pterm.dep: $(PTOBJS:.o=.d) + clean: + rm -f $(PTOBJS) pterm *.d + include $(PTOBJS:.o=.d) #--------------------------- End Of File -------------------------------- Only in pterm: pterm diff -rc pterm/types.h pterm.freebsd/types.h *** pterm/types.h Fri Nov 26 08:05:20 2004 --- pterm.freebsd/types.h Tue Nov 30 11:57:36 2004 *************** *** 16,21 **** --- 16,24 ---- #include #else #include + #if defined(__FreeBSD__) + #include + #endif #endif /*