mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
c6db8143ed
Reduce overlinking
10 lines
111 B
Makefile
10 lines
111 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= vipw
|
|
MAN= vipw.8
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|