diff options
Diffstat (limited to 'usr.bin/who/Makefile')
-rw-r--r-- | usr.bin/who/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/who/Makefile b/usr.bin/who/Makefile index bec6fca..0478d73 100644 --- a/usr.bin/who/Makefile +++ b/usr.bin/who/Makefile @@ -3,7 +3,4 @@ PROG= who -DPADD= ${LIBULOG} -LDADD= -lulog - .include <bsd.prog.mk> |