Wed Feb 12 15:04:52 2020 UTC ()
Makefile: fix outdated documentation

This file no longer defines any targets.


(rillig)
diff -r1.87 -r1.88 pkgsrc/Makefile

cvs diff -r1.87 -r1.88 pkgsrc/Makefile (expand / switch to unified diff)

--- pkgsrc/Makefile 2020/01/11 11:09:35 1.87
+++ pkgsrc/Makefile 2020/02/12 15:04:51 1.88
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.87 2020/01/11 11:09:35 rillig Exp $ 1# $NetBSD: Makefile,v 1.88 2020/02/12 15:04:51 rillig Exp $
2# 2#
3# This is the top-level Makefile of pkgsrc. It contains a list of the 3# This is the top-level Makefile of pkgsrc.
4# categories of packages, as well as some targets that operate on the 4# See README.md for a more detailed introduction.
5# whole pkgsrc system. 
6# 5#
7# User-settable variables: 6# User-settable variables:
8# 7#
9# SPECIFIC_PKGS 8# SPECIFIC_PKGS
10# (See mk/defaults/mk.conf) 9# (See mk/defaults/mk.conf)
11# 10#
12# SITE_SPECIFIC_PKGS 11# SITE_SPECIFIC_PKGS
13# HOST_SPECIFIC_PKGS 12# HOST_SPECIFIC_PKGS
14# GROUP_SPECIFIC_PKGS 13# GROUP_SPECIFIC_PKGS
15# USER_SPECIFIC_PKGS 14# USER_SPECIFIC_PKGS
16# The specific packages that are to be built. 15# The specific packages that are to be built.
17# 16#
18# XXX: Why are there four distinct variables? The same could be 17# XXX: Why are there four distinct variables? The same could be