mirror of https://github.com/xzeldon/htop.git
18 lines
544 B
Makefile
18 lines
544 B
Makefile
|
#
|
||
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
||
|
# University Research and Technology
|
||
|
# Corporation. All rights reserved.
|
||
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||
|
# All rights reserved.
|
||
|
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
|
||
|
# $COPYRIGHT$
|
||
|
#
|
||
|
# Additional copyrights may follow
|
||
|
#
|
||
|
# $HEADER$
|
||
|
#
|
||
|
|
||
|
SUBDIRS = src
|
||
|
DIST_SUBDIRS = $(SUBDIRS)
|
||
|
EXTRA_DIST = README VERSION LICENSE AUTHORS plpa.m4
|