Makefile.inc (11d38a5764295585a2472d5e861fa8abe1a11eb2) | Makefile.inc (cbd30a72ca196976c1c700400ecd424baa1b9c16) |
---|---|
1.if exists(${.CURDIR}/../../Makefile.inc) 2.include "${.CURDIR}/../../Makefile.inc" 3.endif | 1# $FreeBSD$ 2 3FORTUNE_SRC= ${SRCTOP}/usr.bin/fortune 4FORTUNE_OBJ= ${OBJTOP}/usr.bin/fortune 5 6.include "${SRCTOP}/usr.bin/Makefile.inc" |