cat(1): Fix typo

Fix type: rebiuld -> rebuild in Makefile

Event: Advanced UNIX Programming Course (Fall’23) at NTHU.
Reviewed by: imp, Mina Galić
Pull Request: https://github.com/freebsd/freebsd-src/pull/933
This commit is contained in:
Kai-Yang Chen 2023-12-26 10:42:38 -07:00 committed by Warner Losh
parent c38fe1d282
commit c1b12377a6

View file

@ -20,7 +20,7 @@ SUBDIR.${MK_TESTS}+= tests
#LIBADD+= cap_net
#CFLAGS+=-DWITH_CASPER
#.endif
# Depend on Makefile to rebiuld when WITH_CASPER changes
# Depend on Makefile to rebuild when WITH_CASPER changes
cat.o: Makefile
.include <bsd.prog.mk>