From owner-cvs-usrbin Tue Feb 14 07:38:23 1995 Return-Path: cvs-usrbin-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA28588 for cvs-usrbin-outgoing; Tue, 14 Feb 1995 07:38:23 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA28574; Tue, 14 Feb 1995 07:38:17 -0800 Date: Tue, 14 Feb 1995 07:38:17 -0800 From: Bill Paul Message-Id: <199502141538.HAA28574@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd Makefile Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk wpaul 95/02/14 07:38:15 Modified: usr.bin/passwd Makefile Log: Changed passwd's Makefile to use the built-in LINKS mechanism to create the symlinks for yppasswd & friends (we still can't use hard links because passwd is installed immutable). This would have been simpler if the LN_FLAGS variable hadn't chosen to wait until now before leaping out of the /usr/share/mk directory and biting me in the ass. (And thus, I was enlightened.)