Deleted Added
full compact
Makefile.inc (88282) Makefile.inc (95267)
1# $Id: Makefile.inc,v 1.10 2001/05/03 10:05:47 bp Exp $
1# $Id: Makefile.inc,v 1.11 2002/04/16 02:57:46 bp Exp $
2
3.ifmake !clean && !cleandepend
4.if !defined(PREFIX)
5.include "config.int"
6.endif
7.endif
8
9BINDIR?=${PREFIX}/bin

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

21.endif
22
23.if !exists(${SYSDIR}/netsmb/smb.h)
24CFLAGS += -I../kernel
25.else
26CFLAGS += -I${SYSDIR}
27.endif
28
2
3.ifmake !clean && !cleandepend
4.if !defined(PREFIX)
5.include "config.int"
6.endif
7.endif
8
9BINDIR?=${PREFIX}/bin

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

21.endif
22
23.if !exists(${SYSDIR}/netsmb/smb.h)
24CFLAGS += -I../kernel
25.else
26CFLAGS += -I${SYSDIR}
27.endif
28
29CFLAGS += -I../include
30
29.if defined(SMBGDB)
30CFLAGS+= -ggdb
31.endif
32
33deinstall:
34 @(if test -f ${BINDIR}/${PROG}; then \
35 echo removing ${BINDIR}/${PROG}; \
36 rm -f ${BINDIR}/${PROG}; \
37 fi;)
38 @(if test -f ${MANDIR}1/${MAN1}.gz ; then \
39 echo removing ${MANDIR}1/${MAN1}.gz; \
40 rm -f ${MANDIR}1/${MAN1}.gz; \
41 fi;)
42 @(if test -f ${MANDIR}8/${MAN8}.gz ; then \
43 echo removing ${MANDIR}8/${MAN8}.gz; \
44 rm -f ${MANDIR}8/${MAN8}.gz; \
45 fi;)
31.if defined(SMBGDB)
32CFLAGS+= -ggdb
33.endif
34
35deinstall:
36 @(if test -f ${BINDIR}/${PROG}; then \
37 echo removing ${BINDIR}/${PROG}; \
38 rm -f ${BINDIR}/${PROG}; \
39 fi;)
40 @(if test -f ${MANDIR}1/${MAN1}.gz ; then \
41 echo removing ${MANDIR}1/${MAN1}.gz; \
42 rm -f ${MANDIR}1/${MAN1}.gz; \
43 fi;)
44 @(if test -f ${MANDIR}8/${MAN8}.gz ; then \
45 echo removing ${MANDIR}8/${MAN8}.gz; \
46 rm -f ${MANDIR}8/${MAN8}.gz; \
47 fi;)