NETBSDSRCDIR is used all over the place anyway, and this reduces our diff with NetBSD a little.
		
			
				
	
	
		
			11 lines
		
	
	
		
			139 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			139 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.include <bsd.own.mk>
 | 
						|
 | 
						|
PROG=	tcpdp
 | 
						|
SRCS=	tcpd.c
 | 
						|
CPPFLAGS+= -DPARANOID=1
 | 
						|
MAN=
 | 
						|
 | 
						|
.PATH: ${NETBSDSRCDIR}/commands/tcpd
 | 
						|
 | 
						|
.include <bsd.prog.mk>
 |