Deleted Added
full compact
Makefile (1591) Makefile (200156)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/wall/Makefile 200156 2009-12-05 20:05:25Z ed $
2
3PROG= wall
4SRCS= ttymsg.c wall.c
5BINGRP= tty
6BINMODE=2555
7
3
4PROG= wall
5SRCS= ttymsg.c wall.c
6BINGRP= tty
7BINMODE=2555
8
9WARNS?= 6
10
11DPADD= ${LIBULOG}
12LDADD= -lulog
13
8.include <bsd.prog.mk>
14.include <bsd.prog.mk>