diff options
Diffstat (limited to 'usr.bin/tcopy/Makefile')
-rw-r--r-- | usr.bin/tcopy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcopy/Makefile b/usr.bin/tcopy/Makefile index 73dcd45b2e0f..831de7625db8 100644 --- a/usr.bin/tcopy/Makefile +++ b/usr.bin/tcopy/Makefile @@ -1,4 +1,4 @@ -PROG= tcopy -LIBADD= util +PROG_CXX= tcopy +LIBADD= util .include <bsd.prog.mk> |