2ca1572adc
- Remove IGNORE on FreeBSD versions before 900038, they're unsupported - Do not claim that port is broken on PowerPC (builds and links fine) - Remove custom naive `do-build' target: add missing `all' target to supplied Makefile instead
8 lines
99 B
Makefile
8 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
LDLIBS += -lncursesw
|
|
LDLIBS += -ldialog
|
|
|
|
all: pkg_cleanup
|
|
|
|
pkg_cleanup: pkg_cleanup.c
|