1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD$ 3 4PROG= who 5 6WARNS= 6 7 8DPADD= ${LIBULOG} 9LDADD= -lulog 10 11.include <bsd.prog.mk> 12