Deleted Added
full compact
Makefile (200156) Makefile (201386)
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# $FreeBSD: head/usr.bin/wall/Makefile 201386 2010-01-02 10:27:05Z ed $
3
4PROG= wall
5SRCS= ttymsg.c wall.c
6BINGRP= tty
7BINMODE=2555
8
3
4PROG= wall
5SRCS= ttymsg.c wall.c
6BINGRP= tty
7BINMODE=2555
8
9WARNS?= 6
10
11DPADD= ${LIBULOG}
12LDADD= -lulog
13
14.include <bsd.prog.mk>
9DPADD= ${LIBULOG}
10LDADD= -lulog
11
12.include <bsd.prog.mk>