- remove duplicate ftpfr.c from SRCS

- psmodule.c -> psnames.c
This commit is contained in:
snj 2018-06-06 02:20:07 +00:00
parent 3120750dcb
commit f62205a9ad
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2018/05/10 13:48:52 maya Exp $
# $NetBSD: Makefile,v 1.21 2018/06/06 02:20:07 snj Exp $
.include <bsd.own.mk>
@ -18,7 +18,7 @@ INCS= ft2build.h
SRCS= ftapi.c ftbase.c ftbbox.c ftbdf.c ftdebug.c ftfstype.c \
ftglyph.c ftinit.c ftmm.c ftpfr.c ftstroke.c ftsynth.c \
ftsystem.c fttype1.c ftwinfnt.c ftbitmap.c ftcid.c \
ftgasp.c ftgxval.c ftotval.c ftpatent.c ftpfr.c
ftgasp.c ftgxval.c ftotval.c ftpatent.c
.PATH: ${FREETYPE}/src/autofit
SRCS+= autofit.c
@ -60,7 +60,7 @@ SRCS+= psaux.c
SRCS+= pshinter.c
.PATH: ${FREETYPE}/src/psnames
SRCS+= psmodule.c
SRCS+= psnames.c
.PATH: ${FREETYPE}/src/raster
SRCS+= raster.c