Makefile (49caa483b3fafffd9cf5197eb30e8bb235aa7410) | Makefile (ef0b253881c9546ff88d3ed8480df7c791b3ddff) |
---|---|
1# This is a generated file, do NOT edit! 2# See contrib/bmake/bsd.after-import.mk 3# 4# $FreeBSD$ 5 6SRCTOP?= ${.CURDIR:H:H} 7 8# look here first for config.h 9CFLAGS+= -I${.CURDIR} 10 11# for after-import 12CLEANDIRS+= FreeBSD 13CLEANFILES+= bootstrap 14 | 1# This is a generated file, do NOT edit! 2# See contrib/bmake/bsd.after-import.mk 3# 4# $FreeBSD$ 5 6SRCTOP?= ${.CURDIR:H:H} 7 8# look here first for config.h 9CFLAGS+= -I${.CURDIR} 10 11# for after-import 12CLEANDIRS+= FreeBSD 13CLEANFILES+= bootstrap 14 |
15# $Id: Makefile,v 1.104 2020/02/06 01:33:54 sjg Exp $ | 15# $Id: Makefile,v 1.107 2020/06/07 21:18:46 sjg Exp $ |
16 17PROG?= ${.CURDIR:T} 18 19SRCS= \ 20 arch.c \ 21 buf.c \ 22 compat.c \ 23 cond.c \ --- 94 unchanged lines hidden (view full) --- 118 119 120MAN= ${PROG}.1 121MAN1= ${MAN} 122 123.if (${PROG} != "make") 124CLEANFILES+= my.history 125.if make(${MAN}) || !exists(${srcdir}/${MAN}) | 16 17PROG?= ${.CURDIR:T} 18 19SRCS= \ 20 arch.c \ 21 buf.c \ 22 compat.c \ 23 cond.c \ --- 94 unchanged lines hidden (view full) --- 118 119 120MAN= ${PROG}.1 121MAN1= ${MAN} 122 123.if (${PROG} != "make") 124CLEANFILES+= my.history 125.if make(${MAN}) || !exists(${srcdir}/${MAN}) |
126my.history: ${MAKEFILE} | 126my.history: |
127 @(echo ".Nm"; \ 128 echo "is derived from NetBSD"; \ 129 echo ".Xr make 1 ."; \ 130 echo "It uses autoconf to facilitate portability to other platforms."; \ 131 echo ".Pp") > $@ 132 133.NOPATH: ${MAN} 134${MAN}: make.1 my.history --- 52 unchanged lines hidden --- | 127 @(echo ".Nm"; \ 128 echo "is derived from NetBSD"; \ 129 echo ".Xr make 1 ."; \ 130 echo "It uses autoconf to facilitate portability to other platforms."; \ 131 echo ".Pp") > $@ 132 133.NOPATH: ${MAN} 134${MAN}: make.1 my.history --- 52 unchanged lines hidden --- |