Deleted Added
full compact
Makefile (267233) Makefile (268135)
1# $FreeBSD: head/usr.bin/svn/svn/Makefile 267233 2014-06-08 17:29:31Z bdrewery $
1# $FreeBSD: head/usr.bin/svn/svn/Makefile 268135 2014-07-02 05:09:41Z eadler $
2
2
3MAN=
4
5.include "${.CURDIR}/../Makefile.inc"
6
7.PATH: ${SVNDIR}/svn
8
9PROG= svn${SVNLITE}
10
11NO_PIE= yes
12

--- 46 unchanged lines hidden (view full) ---

59DPSRCS+= freebsd-organization.h
60CLEANFILES+= freebsd-organization.h
61CFLAGS+= -I. -DHAS_ORGANIZATION_NAME
62freebsd-organization.h:
63 @echo '#define ORGANIZATION_NAME ${ORGANIZATION}' \
64 > freebsd-organization.h
65.endif
66
3.include "${.CURDIR}/../Makefile.inc"
4
5.PATH: ${SVNDIR}/svn
6
7PROG= svn${SVNLITE}
8
9NO_PIE= yes
10

--- 46 unchanged lines hidden (view full) ---

57DPSRCS+= freebsd-organization.h
58CLEANFILES+= freebsd-organization.h
59CFLAGS+= -I. -DHAS_ORGANIZATION_NAME
60freebsd-organization.h:
61 @echo '#define ORGANIZATION_NAME ${ORGANIZATION}' \
62 > freebsd-organization.h
63.endif
64
65svnlite.1: svn.1
66 # Avoid the website
67 sed -E 's,(^| |B|`)svn,\1svnlite,g' ${SVNDIR}/svn/svn.1 > ${.OBJDIR}/svnlite.1
68
67.include <bsd.prog.mk>
69.include <bsd.prog.mk>