Deleted Added
sdiff udiff text old ( 1591 ) new ( 200160 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/write/Makefile 200160 2009-12-05 20:22:26Z ed $
3
4PROG= write
5BINMODE=2555
6BINGRP= tty
7
8WARNS?= 6
9
10DPADD= ${LIBULOG}
11LDADD= -lulog
12
13.include <bsd.prog.mk>