]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix building of dhclient.cat8 man page.
authorTed Lemon <source@isc.org>
Thu, 6 May 1999 20:06:06 +0000 (20:06 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 May 1999 20:06:06 +0000 (20:06 +0000)
client/Makefile.dist

index e393dc247eb8b7e2fee0592bee2c8fd36bca058f..79ea53fe93f1d83d563e7de682b089503a0573d6 100644 (file)
@@ -79,7 +79,7 @@ distclean: realclean
 # provided in the distribution so that this doesn't become a problem.
 
 dhclient.cat8: dhclient.man8
-       nroff -man dhclient.man8 >dhclient.man8
+       nroff -man dhclient.man8 >dhclient.cat8
 
 dhclient.man8: dhclient.8
        sed -e "s#ETCDIR#$(ETC)#g" -e "s#DBDIR#$(VARDB)#g" \